GetVariableList
GetVariableList(object)
public object GetVariableList(object defaultValue) ;
Description
Get Variable value
Parameters
| Parameter Name | Description |
|---|---|
| defaultValue | Default value. It is returned when there is no parameter. |
Returns
Value of Variable. If acquisition fails, it returns null.
GetVariableList<TVariable>()
public IList<TVariable> GetVariableList<TVariable>() ;
Description
Get Variable value
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| TVariable | Variable value type |
Returns
Value of Variable. If acquisition fails, it returns null.