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!

XmlElement Properties

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

Public:

Attributes The attributes of this element.
Context (inherited from XmlNode) The context of this node.
FirstChild (inherited from XmlContainer) [To be supplied.]
HasAttributes Indicates whether this element has any attributes.
ID (inherited from XmlContainer) [To be supplied.]
Item (inherited from XmlContainer) Overloaded. [To be supplied.]

In C#, this member is the indexer for the XmlElement 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.
Text (inherited from XmlContainer) [To be supplied.]
Xml (inherited from XmlNode) The XML text representation of this node.

See Also

XmlElement Class | System.Xml Namespace