Sets the value of the specified attribute.
Sets the value of the attribute with the specified name and namespace.
[Visual Basic] Overloads MustOverride Public Sub SetAttribute(String, String, String)
[C#] public abstract void SetAttribute(String, String, String);
[C++] public: virtual void SetAttribute(String*, String*, String*) = 0;
[JScript] public abstract function SetAttribute(String, String, String);
Sets the value of the attribute with the specified index.
[Visual Basic] Overloads MustOverride Public Sub SetAttribute(Integer, String)
[C#] public abstract void SetAttribute(int, String);
[C++] public: virtual void SetAttribute(int, String) = 0;
[JScript] public abstract function SetAttribute(int, String);
Sets the value of the attribute with the specified name.
[Visual Basic] Overloads MustOverride Public Sub SetAttribute(String, String)
[C#] public abstract void SetAttribute(String, String);
[C++] public: virtual void SetAttribute(String*, String*) = 0;
[JScript] public abstract function SetAttribute(String, String);
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace