Sets the value of the attribute with the specified index.
[Visual Basic] Overloads Overrides Public Sub SetAttribute( _ ByVal i As Integer, _ ByVal value As String _ ) [C#] public override void SetAttribute( int i, string value ); [C++] public: override void SetAttribute( int i, String* value ); [JScript] public override function SetAttribute( i : int, value : String );
The value of the specified attribute.
Exception Type | Condition |
---|---|
IndexOutOfRangeException | The i parameter is less than 0 or greater than AttributeCount. |
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace | DataDocumentNavigator.SetAttribute Overload List