get method

get(self, name)

Gets the custom property by the property name.

Returns

The custom property


def get(self, name):
    ...
ParameterTypeDescription
nameSystem.StringThe property name.

See Also