RemoveActionFromOutcome Method
See Also 
SourceCode.Workflow.Design.Outcome Namespace > Common Class : RemoveActionFromOutcome Method



action
The action.

Glossary Item Box

Removes the action from outcome.

Syntax

Visual Basic (Declaration) 
Public Shared Sub RemoveActionFromOutcome( _
   ByVal action As EventAction _
) 
Visual Basic (Usage)Copy Code
Dim action As EventAction
 
Common.RemoveActionFromOutcome(action)
C# 
public static void RemoveActionFromOutcome( 
   EventAction action
)
C++/CLI 
public:
static void RemoveActionFromOutcome( 
   EventAction^ action
) 

Parameters

action
The action.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also