set_attribute method

set_attribute(self, attribute, value)

Adds the attribute.


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

See Also