RuleSet.Rules 属性

定义

获取 RuleRuleSet 类的列表。

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)

属性值

RuleRuleSet 类的列表。

适用于