'Declaration<NotNullAttribute()> Public Property ItemType As Type
'UsageDim instance As DAItemAttribute Dim value As Type instance.ItemType = value value = instance.ItemType
[NotNull()] public Type ItemType {get; set;}
'Declaration<NotNullAttribute()> Public Property ItemType As Type
'UsageDim instance As DAItemAttribute Dim value As Type instance.ItemType = value value = instance.ItemType
[NotNull()] public Type ItemType {get; set;}