set_VariableName

The set_VariableName method sets the name of an indexed variable within a SetupNode object. You can use this method to identify variables within a node that contains many child objects.

Description

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

Syntax

C#
void set_VariableName(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 name.