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.111.0)
Syntax public void Set(
string argument,
Object value
)
Public Sub Set (
argument As String,
value As Object
)
Parameters
- argument
- Type: SystemString
The name of the argument. - value
- Type: SystemObject
The value of the argument.
See Also