Method SetAttribute
SetAttribute(String, String, String)
Set an attribute and its value into this element.
Declaration
public virtual void SetAttribute(string name, string type, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The attribute name (Qname) |
System.String | type | The attribute type |
System.String | value | The attribute value |