'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(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).