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!

DocumentNavigator.HasAttributes

Gets a value indicating whether the current node has any attributes.

[Visual Basic]
Overridable Public ReadOnly Property HasAttributes As Boolean
[C#]
public bool HasAttributes {override get;}
[C++]
public: __property virtual bool get_HasAttributes();
[JScript]
public function get HasAttributes() : Boolean;

Property Value

true if the current node has attributes; otherwise, false.

See Also

DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace