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!

NameTable.Add (String)

Add the given string to the NameTable or return the existing string if it is already in the NameTable.

[Visual Basic]
Overloads Overridable Public Function Add( _
   ByVal key As String _
) As String
[C#]
public virtual string Add(
   string key
);
[C++]
public: virtual String* Add(
   String* key
);
[JScript]
public function Add(
   key : String
) : String;

Parameters

key
The string to find in the NameTable.

Return Value

The new string added or the matching string found the NameTable.

See Also

NameTable Class | NameTable Members | System.Data.XML Namespace | NameTable.Add Overload List