Skip to content
Last update: June 22, 2023

DynamicPropertyValueType object

The DynamicPropertyValueType represents a value assigned to a dynamic property.

Fields

Field Description
name String The name or title of the dynamic property value.
valueType String The type of value stored in the dynamic property.
value DynamicPropertyValue The actual value of the dynamic property.
dictionaryItem DictionaryItemType The dictionary item associated with the dynamic property value, if applicable.
dynamicProperty DynamicPropertyType The dynamic property definition to which this value belongs.