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.HasAttribute (String)

Determines whether the current node has the specified attribute.

[Visual Basic]
Overloads Overrides Public Function HasAttribute( _
   ByVal name As String _
) As Boolean
[C#]
public override bool HasAttribute(
   string name
);
[C++]
public: override bool HasAttribute(
   String* name
);
[JScript]
public override function HasAttribute(
   name : String
) : Boolean;

Parameters

name
The name of the attribute to find.

Return Value

true if the current node has the specified attribute; otherwise, false.

See Also

DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace | DocumentNavigator.HasAttribute Overload List