Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the value of the MetricValue.
Overload list
| Method | Description |
|---|---|
| SetValue(value) | Sets a value of type LPCWSTR to the MetricValue. |
| SetValue(value) | Sets a value of type INT to the MetricValue. |
| SetValue(value) | Sets a value of type UINT to the MetricValue. |
| SetValue(value) | Sets a value of type LONGLONG to the MetricValue. |
| SetValue(value) | Sets a value of type ULONGLONG to the MetricValue. |
| SetValue(value) | Sets a value of type DOUBLE to the MetricValue. |
| SetValue(value) | Sets a value of type bool to the MetricValue. |
Remarks
A MetricValue object holds data from an Issue/MetricValues/MetricValue, Iteration/MetricValues/MetricValue, or TestCase/MetricValues/MetricValue element.
The value is the value of element MetricValue/Value.