'Declaration
<DataMemberAttribute()> Public Property PropertyDescriptor As DAPropertyDescriptor
'Usage
Dim instance As DAPropertyArguments Dim value As DAPropertyDescriptor instance.PropertyDescriptor = value value = instance.PropertyDescriptor
[DataMember()] public DAPropertyDescriptor PropertyDescriptor {get; set;}
[DataMember()] public: property DAPropertyDescriptor^ PropertyDescriptor { DAPropertyDescriptor^ get(); void set ( DAPropertyDescriptor^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).