create_prop(owner, configuration, name, values)#

Create a property.

Properties are attached to a project, folder, or file reference.

They have a name and a list of values. They can be associated with a configuration.

Parameters:
ownerstd.Annotable

Element to attach the property to.

configurationstr

Configuration to associate with the property or None.

namestr

Name of the property.

valuesList[str]

Values of the property as a list of strings.

Returns:
std.Prop