IVariableStorage.SetValue(string,bool)

Method in IVariableStorage

Summary

Stores a bool in this VariableStorage.

void SetValue(string variableName, bool boolValue);

Parameters

NameDescription
string variableNameThe name to associate with this variable.
bool boolValueThe boolean value to store.