Method SetValue
SetValue(Int32, String)
Set the value of a specific attribute.
Declaration
public virtual void SetValue(int index, string value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the attribute (zero-based). |
System.String | value | The attribute's value. |