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!

XmlNode.Context

The context of this node.

[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

All identifiers associated with this node and its child nodes are guaranteed to be created in the same context.

See Also

XmlNode Class | XmlNode Members | System.Xml Namespace