Gets a value indicating whether the current node has any attributes.
[Visual Basic] MustOverride Public ReadOnly Property HasAttributes As Boolean [C#] public bool HasAttributes {abstract get;} [C++] public: __property virtual bool get_HasAttributes() = 0; [JScript] public abstract function get HasAttributes() : Boolean;
true if the current node has attributes; otherwise, false.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace