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!

XmlReader.MoveToFirstAttribute

Moves to the first attribute.

[Visual Basic]
MustOverride Public Function MoveToFirstAttribute() As Boolean
[C#]
public abstract bool MoveToFirstAttribute();
[C++]
public: virtual bool MoveToFirstAttribute() = 0;
[JScript]
public abstract function MoveToFirstAttribute() : Boolean;

Return Value

true if the first attribute exists; otherwise, false.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace