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!

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

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace