get_by_name method

get_by_name(name)

Gets a property with the specified name.

def get_by_name(self, name: str):
    ...
ParameterTypeDescription
namestr

See Also