'Declaration
<CanBeNullAttribute()> Public Shared Property PropertyDescriptor As DAPropertyDescriptor
'Usage
Dim value As DAPropertyDescriptor RecentValues.PropertyDescriptor = value value = RecentValues.PropertyDescriptor
[CanBeNull()] public static DAPropertyDescriptor PropertyDescriptor {get; set;}
[CanBeNull()] public: static property DAPropertyDescriptor^ PropertyDescriptor { DAPropertyDescriptor^ get(); void set ( DAPropertyDescriptor^ value); }