get_custom_property_value method

get_custom_property_value

Gets a named boolean value from the custom properties.

def get_custom_property_value(self, name, value):
    ...
ParameterTypeDescription
namestrName of the custom property to get
valueAnyCustom property value

get_custom_property_value

Gets a named integer value from the custom properties.

def get_custom_property_value(self, name, value):
    ...
ParameterTypeDescription
namestrName of the custom property to get
valueAnyCustom property value

get_custom_property_value

Gets a named DateTime value from the custom properties.

def get_custom_property_value(self, name, value):
    ...
ParameterTypeDescription
namestrName of the custom property to get
valueAnyCustom property value

get_custom_property_value

def get_custom_property_value(self, name, value):
    ...
ParameterTypeDescription
namestr
valueAny

get_custom_property_value

def get_custom_property_value(self, name, value):
    ...
ParameterTypeDescription
namestr
valueAny

get_custom_property_value

def get_custom_property_value(self, name, value):
    ...
ParameterTypeDescription
namestr
valueAny

See Also