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!

XmlIdent.Context

The XML context to which this identifier belongs.

[Visual Basic]
Public ReadOnly Property Context As XmlContext
[C#]
public XmlContext Context {get;}
[C++]
public: __property XmlContext* get_Context();
[JScript]
public function get Context() : XmlContext;

Remarks

Every XML identifier belongs to an XML context. Within an XML context, two identifiers with the same name and namespace are represented by the same XmlIdent object instance. Thus, to compare two identifiers from the same XML context for equality, a simple compare of the two object references can be used.

See Also

XmlIdent Class | XmlIdent Members | System.Xml Namespace