get method

get(self, name)

Gets the content type property by the property name.

Returns

The content type property


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

See Also