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 Class

Represents an element.

Object
   XmlNode
      XmlLinkedNode
         XmlElement

[Visual Basic]
Public Class XmlElement
   Inherits XmlLinkedNode
[C#]
public class XmlElement : XmlLinkedNode
[C++]
public __gc class XmlElement : public XmlLinkedNode
[JScript]
public class XmlElement extends XmlLinkedNode

Remarks

[To be supplied.]

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlElement Members | System.NewXml Namespace