TaskParametersSetParameter Method |
Sets the parameter value under specified key for further use.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax public void SetParameter(
string key,
Object value
)
Parameters
- key
- Type: SystemString
Identification key - value
- Type: SystemObject
Value to be stored
See Also