| MacroRuleTree Properties | 
The MacroRuleTree type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | HasPreviousSibling | 
            Returns true if group has a previous sibling node.
             | 
|  | Children | 
            Gets or sets the child rules.
             | 
|  | IDPath | 
            Returns IDPath of the group.
             | 
|  | IsLeaf | 
            Returns true if group is a leaf (expression).
             | 
|  | Level | 
            Returns level of the group.
             | 
|  | Operator | 
            Gets or sets operator of the rule.
             | 
|  | Parameters | 
            Gets or sets the parameters of the rule (null for internal nodes).
             | 
|  | Parent | 
            Gets or sets the parent.
             | 
|  | Position | 
            Gets or sets the relative position of the rule within the parent group.
             | 
|  | RuleCondition | 
            Gets or sets the associated rule K# condition.
             | 
|  | RuleName | 
            Gets or sets the associated rule name.
             | 
|  | RuleParameters | 
            Gets or sets the associated rule parameters xml definition.
             | 
|  | RuleText | 
            Gets or sets the associated rule text.
             | 
 See Also
See Also