FinishAction Property
See Also 
SourceCode.Workflow.Design.Outcome.Base Namespace > OutcomeAction Class : FinishAction Property



Glossary Item Box

Gets or sets a value indicating whether [finish action].

Syntax

Visual Basic (Declaration) 
Public Property FinishAction As Boolean
Visual Basic (Usage)Copy Code
Dim instance As OutcomeAction
Dim value As Boolean
 
instance.FinishAction = value
 
value = instance.FinishAction
C# 
public bool FinishAction {get; set;}
C++/CLI 
public:
property bool FinishAction {
   bool get();
   void set (    bool value);
}

Property Value

true if [finish action]; otherwise, false.

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