SetValue(string,string)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Method in MemoryVariableStore
Stores a string
in this VariableStorage.
public virtual void SetValue(string variableName, string stringValue)
string
variableName
The name to associate with this variable.
string
stringValue
The string to store.