NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlNavigator.AttributeCount

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;

Property Value

Count of attributes on the current node.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace