Gets the number of attributes on the current node.
[Visual Basic] MustOverride Public ReadOnly Property AttributeCount As Integer [C#] public int AttributeCount {abstract get;} [C++] public: __property virtual int get_AttributeCount() = 0; [JScript] public abstract function get AttributeCount() : int;
Count of attributes on the current node.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace