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