set_VariableValue

The set_VariableValue method sets the value of an indexed variable from the SetupNode object. You can use this method to identify objects (for example, pages) when a node contains many child objects and variables.

Description

Important: .NET only. For VBScript, use the VariableValue property instead.

Syntax

C#
void set_VariableValue(int nIndex, string pVal)

Arguments

nIndex
The index of the variable, where 0 is the first variable that is defined in the SetupNode object.
pVal
The variable value (always a string).