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!

DataDocumentNavigator.AttributeCount

Gets the number of attributes on the current node.

[Visual Basic]
Overridable Public ReadOnly Property AttributeCount As Integer
[C#]
public int AttributeCount {override get;}
[C++]
public: __property virtual int get_AttributeCount();
[JScript]
public function get AttributeCount() : int;

Property Value

Count of attributes on the current node.

See Also

DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace