set method

set(self, property_name, property_value)

Adds or replaces the content type property with the specified name.


def set(self, property_name, property_value):
    ...
Parameter Type Description
property_name System.String The property name.
property_value System.String The property value.

set(self, property_name, property_value, property_type)

Adds or replaces the content type property with the specified name.


def set(self, property_name, property_value, property_type):
    ...
Parameter Type Description
property_name System.String The property name.
property_value System.String The property value.
property_type System.String The property type.

See Also