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