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