ParameterValue object
[This documentation is preliminary and is subject to change.]
The value of a parameter that conforms to a ParameterDefinition Object. The ParameterValue Object goes in the collection of parameter values for a particular run of the assessment.
- Properties
Properties
The ParameterValue object has the following properties.
| Property | Access type | Description |
|---|---|---|
IsReadOnly |
Read/write | If true, the Value property is read-only and attempting to write to it throws a NamedObjectPropertyIsReadOnlyException. |
ParameterDefinition |
Read-only | A reference to the ParameterDefinition Object for the parameter value. |
UserValue |
Read-only | Value for the parameter last set by the user. |
Value |
Read/write | Value for the parameter. Received from a solution or a manifest. The Value element may contain a parameter value. This property is read-only if the assessment is being run in benchmark mode. |
Build date: 9/6/2011