All pages
Powered by GitBook
1 of 1

Loading...

SetValue(string,string)

Method in MemoryVariableStore

Summary

Stores a string in this VariableStorage.

Parameters

Name
Description

string variableName

The name to associate with this variable.

string stringValue

The string to store.

public void SetValue(string variableName, string stringValue)