Click or drag to resize
TaskParametersSetParameter Method
Sets the parameter value under specified key for further use.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
public void SetParameter(
	string key,
	Object value
)

Parameters

key
Type: SystemString
Identification key
value
Type: SystemObject
Value to be stored
See Also