'Declaration
<NotNullAttribute()> Public ReadOnly Property PropertyDescriptor As DAPropertyDescriptor
'Usage
Dim instance As DAPropertySource Dim value As DAPropertyDescriptor value = instance.PropertyDescriptor
[NotNull()] public DAPropertyDescriptor PropertyDescriptor {get;}
[NotNull()] public: property DAPropertyDescriptor^ PropertyDescriptor { DAPropertyDescriptor^ get(); }