Click or drag to resize
BCSTaskSet Method
Sets a value of the specified argument for an active task.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public void Set(
	string argument,
	Object value
)

Parameters

argument
Type: SystemString
The name of the argument.
value
Type: SystemObject
The value of the argument.
See Also