[Visual Basic] Overrides Public Property ReadOnly OwnerDocument As XRulesDocument [C#] public override XRulesDocument OwnerDocument { get; } [C++] public: __property XRulesDocument* get_OwnerDocument(); [JScript] public override function get OwnerDocument() : XRulesDocument
Returns a reference to the owner XRulesDocument object of this rule, or 'null' if this rule is not added to any list.
CalculateRule Class | XRules Namespace