set_RuleChildName

The set_RuleChildName method sets the name of the rule under the current SetupNode object.

Description

Important: .NET only. For VBScript, use the RuleChildName property instead.
For more information, see get_RuleChildName.

Syntax

C#
void set_RuleChildName(int nIndex, string pVal)

Arguments

nIndex
The index of the rule, where 0 is the first rule under this SetupNode object.