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