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