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;
true if the current node has the specified attribute; otherwise, false.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace | DataDocumentNavigator.HasAttribute Overload List