MemoryVariableStore.SetValue(string,string)

Method in MemoryVariableStore

Summary

Stores a string in this VariableStorage.

public virtual void SetValue(string variableName, string stringValue)

Parameters

NameDescription
string variableNameThe name to associate with this variable.
string stringValueThe string to store.