Sets a value of the specified argument for an active task.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: 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
)
Public Sub Set (
argument As String,
value As Object
)
public:
void Set(
String^ argument,
Object^ value
)
member Set :
argument : string *
value : Object -> unit
Parameters
- argument
- Type: SystemString
The name of the argument. - value
- Type: SystemObject
The value of the argument.
See Also