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