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 Properties

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

Public:

Attributes Gets an XmlAttributeCollection containing the attributes of this node.
ChildNodes Gets all children of this node.
FirstChild Gets the first child of this node.
HasChildNodes Gets a value indicating whether this node has any child nodes.
InnerText Gets or sets the concatenated values of the node and all its children.
InnerXml Gets or sets the markup representing just the children of this node.
IsReadOnly Gets a value indicating whether the node is read-only.
Item Overloaded. [To be supplied.]

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

LastChild Gets the last child of this node.
LocalName Gets the name of the node without the namespace prefix.
Name Gets the name of the node.
NamespaceURI Gets the namespace URI of this node.
NextSibling Gets the node immediately following this node.
NodeType Gets the type of the current node.
OuterXml Gets the markup representing this node and all its children.
OwnerDocument Gets the XmlDocument that contains this node.
ParentNode Gets the parent of this node (for nodes that can have parents).
Prefix Gets or sets the namespace prefix of this node.
PreviousSibling Gets the node immediately preceding this node.
Value Gets or sets the value of the node.

See Also

XmlNode Class | System.NewXml Namespace