共用方式為


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

適用於