Element.SetAttribute

Element.SetAttribute method

Adds a new attribute. If an attribute with that name is already present in the element, its value is changed to be that of the value parameter

public void SetAttribute(string qualifiedName, string value)
ParameterTypeDescription
nameStringThe attribute name.
valueStringThe value.

See Also