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: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public void Set( string argument, Object value ) |
Visual Basic |
---|
Public Sub Set ( _ argument As String, _ value As Object _ ) |
Visual C++ |
---|
public: void Set( String^ argument, Object^ value ) |
Parameters
- argument
- Type: System..::..String
The name of the argument.
- value
- Type: System..::..Object
The value of the argument.