The TSVariableBag component allows you to read and write task sequence variables. It keeps the values in memory until the user clicks Finish (by default). You can access the TSVariable bag via the page’s TSVariables method (implemented by the WizardPageImpl base class). These components log all reads and writes of task sequence variables.

Related Topics

Wizard Page Components