get method

get(self, name)

Returns a DocumentProperty object by the name of the property.


def get(self, name):
    ...
ParameterTypeDescription
nameintThe case-insensitive name of the property to retrieve.

get(self, name)


def get(self, name):
    ...
ParameterTypeDescription
nameSystem.String

See Also