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 (String, String)

Sets the value of the attribute with the specified name.

[Visual Basic]
Overloads MustOverride Public Sub SetAttribute( _
   ByVal name As String, _
   ByVal value As String _
)
[C#]
public abstract void SetAttribute(
   string name,
   string value
);
[C++]
public: virtual void SetAttribute(
   String* name,
   String* value
) = 0;
[JScript]
public abstract function SetAttribute(
   name : String,
   value : String
);

Parameters

name
The name of the attribute. The name can include the prefix or leave it off.
value
[To be supplied.]

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace | XmlNavigator.SetAttribute Overload List