The IDefParametersApplyResult interface is used to get information about the result of applying changes in parameter settings.
IDefParametersApplyResult
The results of applying changes in parameter settings are returned by the IDefParameters.ApplyChanges method.
Property name | Brief description | |
Message | The Message property returns the message about the error occurred during applying parameter settings. | |
ParamKey | The ParamKey property returns the key of the parameter, because of which changes in settings failed to be applied. | |
Success | The Success property returns whether changes in parameter settings are applied successfully. | |
Title | The Title property returns the title of error message. |
See also: