Retrieves the default property.
[Visual Basic] Function GetDefaultProperty() As PropertyDescriptor [C#] PropertyDescriptor GetDefaultProperty(); [C++] PropertyDescriptor* GetDefaultProperty() = 0; [JScript] function GetDefaultProperty() : PropertyDescriptor;
the default property, or null if there are no properties
ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace