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.GetClassName

Retrieves the class name for this object. If null is returned, the type name is used.

[Visual Basic]
Function GetClassName() As String
[C#]
string GetClassName();
[C++]
String* GetClassName() = 0;
[JScript]
function GetClassName() : String;

Return Value

The class name for the object, or null if the default will be used.

See Also

ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace