The Class IfdPSetPropertyTypeBoundedValue.
| name | data type | description |
|---|---|---|
| dataType | string | Gets the data type. |
| lowerBoundValue | string | Gets the lower bound value. |
| upperBoundValue | string | Gets the upper bound value. |
Example
{
"dataType" : "...",
"lowerBoundValue" : "...",
"upperBoundValue" : "..."
}