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!

XmlAttribute Class

Represents an attribute of the XMLElement object. Valid and default values for the attribute are defined in a DTD or schema.

Object
   XmlNode
      XmlAttribute

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

Remarks

[To be supplied.]

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlAttribute Members | System.NewXml Namespace