Skip to content
Last update: July 26, 2024

DynamicPropertyValueType object

This type 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.