You are here: Understanding the Meridian object model > About the Task object > The Task object methods > Set method

Set method

Sets the value of the specified argument.

Syntax

Set(Argument As String, Value)
Parameters
Name Description

Argument

The name of the argument to set.

Value

The value to which to set the argument.

Remarks

The value of Argument is passed to the task extension on the Task Server as a parameter of the task to be performed. Each task extension defines its own arguments. Refer to the documentation of the task extension to find the appropriate argument names.

The argument names passed to Task Server extensions built with the BlueCielo .NET API are case-sensitive.

Related concepts

About the Task object