ModifyStationParameterResponse Class |
[This is preliminary documentation and is subject to change.]
{ "Result": { "Result": "Success", "ResultCode": 0, "Message": "OK" }, "ParameterName": "Torque1", "OldParameterValue": "22.6", "NewParameterValue": "35.6" }
Namespace: CFX.ResourcePerformance
The ModifyStationParameterResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | NewParameterValue |
The new value of the configuration setting
|
![]() | OldParameterValue |
The previous value of the configuration setting
|
![]() | ParameterName |
THe name of the configuration setting that was modified
|
![]() | Result |
The result of the request
|