RuleMaxNum
The RuleMaxNum property sets or gets the max attribute for a rule.
Description
Important: VBScript
only. Extended properties are not supported through the C# .NET Interop
interface. Instead, use set_RuleMaxNumber or get_RuleMaxNumber.
For more information,
seeget_RuleMaxNumber.Syntax
- VBScript
oSNO.RuleMaxNum(RuleIndex as Long)
Arguments
- RuleIndex
- The index of the rule, where 0 is the first rule under this SetupNode object.
Type
Read and writeExample
- VBScript
Dim MaxTotal MaxTotal = objInv.RuleMaxNum(3) msgbox MaxTotal