Task.SetScriptInput Method

Set a script input value
Public Shared Sub SetScriptInput( _ 
ByVal task_id As Guid, _ 
ByVal name As String, _ 
ByVal value As Object
)
This language is not supported or no code example is available.
public static void SetScriptInput( 
Guid task_id
string name
object value 
)
This language is not supported or no code example is available.
public:  
static void SetScriptInput( 
Guid task_id
String^ name
object^ value 
)
This language is not supported or no code example is available.
public static function SetScriptInput( 
task_id : Guid
name : String
value : object 
);
This language is not supported or no code example is available.

Parameters

task_id
Guid

the id of the task

name
string

the name of the input

value
object

the value to set

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition