NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICustomTypeDescriptor.GetDefaultProperty

Retrieves the default property.

[Visual Basic]
Function GetDefaultProperty() As PropertyDescriptor
[C#]
PropertyDescriptor GetDefaultProperty();
[C++]
PropertyDescriptor* GetDefaultProperty() = 0;
[JScript]
function GetDefaultProperty() : PropertyDescriptor;

Return Value

the default property, or null if there are no properties

See Also

ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace