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