RuleMinNum

The RuleMinNum property sets or gets the min attribute for a rule.

Description

Important: VBScript only. Extended properties are not supported through the C# .NET Interop interface. Instead, use set_RuleMinNumber or get_RuleMinNumber.

For more information, see get_RuleMinNumber.

Syntax

VBScript
oSNO.RuleMinNum (RuleIndex as Long) as Long

Arguments

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

Type

Read and write

Example

VBScript
Dim MinSSN
MinSSN = objPageTwo.RuleMinNum(0)
msgbox MinSSN

See also

RuleMaxNum