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

Determines whether the current node has the specified attribute.

[Visual Basic]
Overloads MustOverride Public Function HasAttribute( _
   ByVal name As String _
) As Boolean
[C#]
public abstract bool HasAttribute(
   string name
);
[C++]
public: virtual bool HasAttribute(
   String* name
) = 0;
[JScript]
public abstract 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

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