[Visual Basic] Public Property ReadOnly ParentRule As BindRule [C#] public BindRule ParentRule { get; } [C++] public: __property BindRule* get_ParentRule(); [JScript] public function get ParentRule() : BindRule
Returns a reference to the parent BindRule object of this rule, or 'null' if this rule is not added to any list.
PropertyRule Class | XRules Namespace