set_RuleMinNumber

The set_RuleMinNumber method sets the minimum number of child objects of the specified type that must be associated with the parent object to avoid violating a document integrity rule.

Description

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

For more information, see get_RuleMinNumber.

Syntax

C#
void set_RuleMinNumber(int nIndex, int pVal)

Arguments

nIndex
The index of the rule, where 0 is the first rule under the current SetupNode object.
pVal
The minimum number of child objects.