'Declaration
<NotNullAttribute()> Property PropertyDescriptor As DAPropertyDescriptor
'Usage
Dim instance As _DAPropertyArguments Dim value As DAPropertyDescriptor instance.PropertyDescriptor = value value = instance.PropertyDescriptor
[NotNull()] DAPropertyDescriptor PropertyDescriptor {get; set;}
[NotNull()] property DAPropertyDescriptor^ PropertyDescriptor { DAPropertyDescriptor^ get(); void set ( DAPropertyDescriptor^ value); }