Edit

Share via


PolicyActivity.RuleSetReference Property

Definition

Gets or sets a reference to a RuleSet in the .rules file.

public:
 property System::Workflow::Activities::Rules::RuleSetReference ^ RuleSetReference { System::Workflow::Activities::Rules::RuleSetReference ^ get(); void set(System::Workflow::Activities::Rules::RuleSetReference ^ value); };
public System.Workflow.Activities.Rules.RuleSetReference RuleSetReference { get; set; }
member this.RuleSetReference : System.Workflow.Activities.Rules.RuleSetReference with get, set
Public Property RuleSetReference As RuleSetReference

Property Value

A RuleSetReference to a RuleSet in the .rules file.

Applies to