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