Method in IVariableStorage
Stores a string in this VariableStorage.
string
void SetValue(string variableName, string stringValue);
string variableName
The name to associate with this variable.
string stringValue
The string to store.
Last updated 2 years ago
Was this helpful?