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.Get (String)

Find the matching string in the NameTable.

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

Parameters

value
The string to find in the NameTable.

Return Value

The matching string in the NameTable.

See Also

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