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.Attributes

Gets an XmlAttributeCollection containing the attributes of this node.

[Visual Basic]
Overridable Public ReadOnly Property Attributes As _
   XmlAttributeCollection
[C#]
public XmlAttributeCollection Attributes {virtual get;}
[C++]
public: __property virtual XmlAttributeCollection* get_Attributes();
[JScript]
public function get Attributes() : XmlAttributeCollection;

Property Value

An XmlAttributeCollection containing the attributes of the node.

If the node is of type XmlNodeType.Element, the attributes of the node are returned. Otherwise, this property is null.

See Also

XmlNode Class | XmlNode Members | System.NewXml Namespace