Indicates whether this element has any attributes.
[Visual Basic] Public ReadOnly Property HasAttributes As Boolean [C#] public bool HasAttributes {get;} [C++] public: __property bool get_HasAttributes(); [JScript] public function get HasAttributes() : Boolean;
true if this element has one or more attributes, false if the element has no attributes.
XmlElement Class | XmlElement Members | System.Xml Namespace | Attributes