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