RuleSet.Rules Property

Definition

Gets a list of Rule classes in the RuleSet.

public:
 property System::Collections::Generic::ICollection<System::Workflow::Activities::Rules::Rule ^> ^ Rules { System::Collections::Generic::ICollection<System::Workflow::Activities::Rules::Rule ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Workflow.Activities.Rules.Rule> Rules { get; }
member this.Rules : System.Collections.Generic.ICollection<System.Workflow.Activities.Rules.Rule>
Public ReadOnly Property Rules As ICollection(Of Rule)

Property Value

A list of Rule classes in the RuleSet.

Applies to