NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlElement.SetAttribute

Sets the value of the specified attribute.

Overload List

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);

See Also

XmlElement Class | XmlElement Members | System.NewXml Namespace