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