DynamicProperty
DynamicProperty
The DynamicProperty data object type represents a name-value pair.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"val": {
"_typeName": "string"
}
}
string
name
Required
Path to the property.
Property Of