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!

XmlContext.GetID (String)

Returns the identifier with the given name in this context.

[Visual Basic]
Overloads Public Function GetID( _
   ByVal name As String _
) As XmlIdent
[C#]
public XmlIdent GetID(
   string name
);
[C++]
public: XmlIdent* GetID(
   String* name
);
[JScript]
public function GetID(
   name : String
) : XmlIdent;

Parameters

name
The name part of the identifier.

Return Value

The identifier with the given name and an empty namespace URI.

Exceptions

Exception Type Condition
ArgumentException If name is null.

See Also

XmlContext Class | XmlContext Members | System.Xml Namespace | XmlContext.GetID Overload List