allowableValue
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
The allowable values for a property with a constrained set of options.
XML
Elements
| name (type) |
min/max occurs |
description |
|
displayName (string)
|
0/1 |
Returns the human-readable value that is allowed for this
PropertyDescriptor
|
|
value (string)
|
0/1 |
Returns the value for this allowable value.
|
|
description (string)
|
0/1 |
Returns a description of this Allowable Value, or null
if no description is given
|
JSON
| property |
type |
description |
| displayName |
displayName (string)
|
Returns the human-readable value that is allowed for this
PropertyDescriptor
|
| value |
value (string)
|
Returns the value for this allowable value.
|
| description |
description (string)
|
Returns a description of this Allowable Value, or null
if no description is given
|