Set a script input value

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

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
Type: Guid

the id of the task

name
Type: string

the name of the input

value
Type: 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