[Visual Basic] Property UpdateRuleInstance As RuleInstance [C#] RuleInstance UpdateRuleInstance { get; set; } [C++] __property RuleInstance* get_UpdateRuleInstance(); __property void set_UpdateRuleInstance(RuleInstance* ); [JScript] function get UpdateRuleInstance() : RuleInstance function set UpdateRuleInstance(RuleInstance);
A reference to the rule instance that has this node as its target.
IDXmlNode Interface | XRules Namespace