IVariableStorage.SetValue(string,string)

Method in IVariableStorage

Summary

Stores a string in this VariableStorage.

void SetValue(string variableName, string stringValue);

Parameters

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