RuleDefinitions::RuleSets Property

 

Gets the collection of RuleSets in the workflow.

Namespace:   System.Workflow.Activities.Rules
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
property RuleSetCollection^ RuleSets {
	RuleSetCollection^ get();
}

Property Value

Type: System.Workflow.Activities.Rules::RuleSetCollection^

The RuleSetCollection that contains all the RuleSets in the workflow.

.NET Framework
Available since 3.0
Return to top
Show: