SetVariable

public bool SetVariable(string name, object value) ;

It wants to set the value of Variable.

Parameter Name Description
name Name.
value Value.

The true when there parameters of the specified name.

public bool SetVariable(int id, object value) ;

It wants to set the value of Variable.

Parameter Name Description
id ID.
value Value.

The true when there parameters of the specified name.

public bool SetVariable<TVariable>(string name, TVariable value) ;

It wants to set the value of Variable.

Type Parameter Name Description Type Constraints
TVariable Type of Variable to set
Parameter Name Description
name Name.
value Value.

The true when there parameters of the specified name.

public bool SetVariable<TVariable>(int id, TVariable value) ;

It wants to set the value of Variable.

Type Parameter Name Description Type Constraints
TVariable Type of Variable to set
Parameter Name Description
id ID.
value Value.

The true when there parameters of the specified name.