set_attribute method

set_attribute(self, attribute, value)

Adds an attribute.


def set_attribute(self, attribute, value):
    ...
Parameter Type Description
attribute System.String The attribute.
value System.String The value.

See Also