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