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