[NotNull()] Enum Code {get;}
'Declaration
<NotNullAttribute()> ReadOnly Property Code As Enum
'Usage
Dim instance As _StringParsingError Dim value As Enum value = instance.Code
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).