Gets a value indicating whether the current node 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 the current node has attributes; otherwise, false.
XmlElement Class | XmlElement Members | System.NewXml Namespace