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!

XmlDocument Properties

The properties of the XmlDocument class are listed below. For a complete list of XmlDocument class members, see the XmlDocument Members topic.

Public:

Context (inherited from XmlNode) The context of this node.
FirstChild (inherited from XmlContainer) [To be supplied.]
ID (inherited from XmlNode) The identifier of this node.
Item (inherited from XmlContainer) Overloaded. [To be supplied.]

In C#, this member is the indexer for the XmlDocument class.

LastChild (inherited from XmlContainer) [To be supplied.]
Next (inherited from XmlNode) The node immediately following this node.
NodeType (inherited from XmlContainer) [To be supplied.]
Parent (inherited from XmlNode) The parent element of this node.
Previous (inherited from XmlNode) The node immediately preceding this node.
Root Provides access to the root element of this document.
Text (inherited from XmlNode) The text of this node.
Xml (inherited from XmlNode) The XML text representation of this node.

See Also

XmlDocument Class | System.Xml Namespace