set_Variable
The set_Variable method sets the value of a variable from the SetupNode object. You can use this method to determine which objects (for example, pages) require special processing when a variable contains a specific value.
Description
Important: .NET
only. For VBScript, use the Variable property
instead.
For more information, see get_Variable.Syntax
C#void set_Variable(string lpszName, string pVal)
Arguments
- lpszName
- The variable name (case sensitive).
- pVal
- The value (always a string).