'Declaration
Public ReadOnly Property InternalCode As Long
'Usage
Dim instance As UAServiceException Dim value As Long value = instance.InternalCode
public long InternalCode {get;}
Property Value
The default value of this property is 0
.
'Declaration
Public ReadOnly Property InternalCode As Long
'Usage
Dim instance As UAServiceException Dim value As Long value = instance.InternalCode
public long InternalCode {get;}
The default value of this property is 0
.
The getter method of this property is pure, i.e. it does not have observable side effects.