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