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!

XmlAttributeCollection Class

Represents the attribute collection of an XML element.

Object
   XmlAttributeCollection

[Visual Basic]
Public Class XmlAttributeCollection
[C#]
public class XmlAttributeCollection
[C++]
public __gc class XmlAttributeCollection
[JScript]
public class XmlAttributeCollection

Remarks

This class is the type of the Attributes property of an XmlElement.

Requirements

Namespace: System.Xml

Assembly: System.dll

See Also

XmlAttributeCollection Members | System.Xml Namespace