RuleDefinitions.RuleSets Property
.NET Framework 3.0
Gets the collection of RuleSets in the workflow.
Namespace: System.Workflow.Activities.Rules
Assembly: System.Workflow.Activities (in system.workflow.activities.dll)
Assembly: System.Workflow.Activities (in system.workflow.activities.dll)
'Declaration Public ReadOnly Property RuleSets As RuleSetCollection 'Usage Dim instance As RuleDefinitions Dim value As RuleSetCollection value = instance.RuleSets
/** @property */ public RuleSetCollection get_RuleSets ()
public function get RuleSets () : RuleSetCollection
Not applicable.
Property Value
The RuleSetCollection that contains all the RuleSets in the workflow.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: