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!

OldArrayEditor.GetTypeDescription

Retrieves a visible description of the array type.

[Visual Basic]
Overridable Public Function GetTypeDescription() As String
[C#]
public virtual string GetTypeDescription();
[C++]
public: virtual String* GetTypeDescription();
[JScript]
public function GetTypeDescription() : String;

Return Value

a description of the array type.

See Also

OldArrayEditor Class | OldArrayEditor Members | System.ComponentModel.Design Namespace