Sets the value of the attribute with the specified name.
[Visual Basic] Overloads Overrides Public Sub SetAttribute( _ ByVal name As String, _ ByVal value As String _ ) [C#] public override void SetAttribute( string name, string value ); [C++] public: override void SetAttribute( String* name, String* value ); [JScript] public override function SetAttribute( name : String, value : String );
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace | DataDocumentNavigator.SetAttribute Overload List