RulePosition
The RulePosition property determines the order of rules, and optionally restricts the order of child objects within a parent object at run time.
Description
Important: VBScript
only. Extended properties are not supported through the C# .NET Interop
interface. Instead, use set_RulePosition or get_ RulePosition.
All child objects with rules that specify Position=1 must appear before any child objects with higher position values (greater than 1). A Position=0 means that the child item can appear in any order.
Syntax
- VBScript
oSNO.RulePosition (Index as Long) as Long
Type
Read and writeArguments
- Index
- The index of the rule, where 0 is the first rule under this SetupNode object.