Rule.ElseActions Property
Gets a collection of RuleAction classes to perform in the ELSE case.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
'Declaration Public ReadOnly Property ElseActions As IList(Of RuleAction) 'Usage Dim instance As Rule Dim value As IList(Of RuleAction) value = instance.ElseActions
Property Value
Type: System.Collections.Generic.IList(Of RuleAction)A collection of RuleAction to perform in the ELSE case.
ElseActions typically set a variable value on one of the properties of the activity, calls a method of the activity, or calls static methods on types in referenced assemblies.
The RuleHaltAction causes the RuleSet to stop executing and returns control to the calling method. A RuleStatementAction modifies a property or calls a 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.