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!

DocumentNavigator.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 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 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.

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

See Also

DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace