'Declaration
<DataMemberAttribute()> <JetBrains.Annotations.NotNullAttribute()> Public Property PropertyDescriptor As DAPropertyDescriptor
'Usage
Dim instance As DAPropertyPoint Dim value As DAPropertyDescriptor instance.PropertyDescriptor = value value = instance.PropertyDescriptor
[DataMember()] [JetBrains.Annotations.NotNull()] public DAPropertyDescriptor PropertyDescriptor {get; set;}
[DataMember()] [JetBrains.Annotations.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).