Rule.ThenActions Property
Gets a collection of RuleAction classes to perform in the THEN case.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
'Declaration Public ReadOnly Property ThenActions As IList(Of RuleAction) 'Usage Dim instance As Rule Dim value As IList(Of RuleAction) value = instance.ThenActions
Property Value
Type: System.Collections.Generic.IList(Of RuleAction)A collection of RuleAction classes to perform in the THEN case.
ThenActions typically set a variable value on one of the properties of the activity, call a method of the activity, or call static methods on types in referenced assemblies.
The RuleHaltAction causes the RuleSet to stop executing and returns control to the calling method. A RuleUpdateAction explicitly indicates that a rule is updating a variable. This causes the re-evaluation of any affected rules.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.