다음을 통해 공유


RuleSet.Rules 속성

정의

Rule에 있는 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)

속성 값

ICollection<Rule>

Rule에 있는 RuleSet 클래스의 목록입니다.

적용 대상