'Declaration
Public ReadOnly Property Code As Enum
'Usage
Dim instance As GenericError Dim value As Enum value = instance.Code
public Enum Code {get;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
'Declaration
Public ReadOnly Property Code As Enum
'Usage
Dim instance As GenericError Dim value As Enum value = instance.Code
public Enum Code {get;}
The value of this property cannot be null
(Nothing
in Visual Basic).