SetVariableList

SetVariableList(object)

public bool SetVariableList(object value) ;

Description

Set VariableList value

Parameters

Parameter Name Description
value Value

Returns

Return true if the value could be set.

SetVariableList<TVariable>(IList<TVariable>)

public bool SetVariableList<TVariable>(IList<TVariable> value) ;

Description

Set Variable value

Type Parameters

Type Parameter Name Description Type Constraints
TVariable Variable value type

Parameters

Parameter Name Description
value Value

Returns

Return true if the value could be set.