get_attribute method

get_attribute(self, attribute)

Gets the attribute.

Returns

The attribute value.


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

See Also