Member of ML.SDK.CloudVariableBank
Method
Object CloudVariableBank.GetVariable(string key)
Object CloudVariableBank.GetVariable(string key);
Parameters
Parameter | Type | Description |
---|---|---|
key | string | The key associated with the variable. |
Returns
The value assigned to the key.
Summary
Returns value assigned to a key. It throws an error if the key does not exist.