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

Retrieves the base name of the type of the elements being edited.

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

Return Value

the base name of the type of the elements of the array.

See Also

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