Determines whether the current node has the specified attribute.
[Visual Basic] Overloads Overridable Public Function HasAttribute( _ ByVal name As String _ ) As Boolean [C#] public virtual bool HasAttribute( string name ); [C++] public: virtual bool HasAttribute( String* name ); [JScript] public function HasAttribute( name : String ) : Boolean;
true if the current node has the specified attribute; otherwise, false.
XmlElement Class | XmlElement Members | System.NewXml Namespace | XmlElement.HasAttribute Overload List