Sets the value of the specified attribute.
Sets the value of the attribute with the specified name and namespace.
[Visual Basic] Overloads Overridable Public Function SetAttribute(String, String, String) As String
[C#] public virtual string SetAttribute(String, String, String);
[C++] public: virtual String* SetAttribute(String*, String*, String*);
[JScript] public function SetAttribute(String, String, String) : String;
Sets the value of the attribute with the specified name.
[Visual Basic] Overloads Overridable Public Sub SetAttribute(String, String)
[C#] public virtual void SetAttribute(String, String);
[C++] public: virtual void SetAttribute(String*, String*);
[JScript] public function SetAttribute(String, String);
XmlElement Class | XmlElement Members | System.NewXml Namespace