Share via


RuleDefinitions.RuleSets プロパティ

定義

ワークフロー内の RuleSets のコレクションを取得します。

public:
 property System::Workflow::Activities::Rules::RuleSetCollection ^ RuleSets { System::Workflow::Activities::Rules::RuleSetCollection ^ get(); };
public System.Workflow.Activities.Rules.RuleSetCollection RuleSets { get; }
member this.RuleSets : System.Workflow.Activities.Rules.RuleSetCollection
Public ReadOnly Property RuleSets As RuleSetCollection

プロパティ値

RuleSetCollection

ワークフロー内のすべての RuleSetCollection を格納している RuleSets

適用対象