GotoActivity Property
See Also 
SourceCode.Workflow.Design.Escalations.Action Namespace > GotoActivityEscalationAction Class : GotoActivity Property



Glossary Item Box

Gets or sets the activity.

Syntax

Visual Basic (Declaration) 
Public Property GotoActivity As Activity
Visual Basic (Usage)Copy Code
Dim instance As GotoActivityEscalationAction
Dim value As Activity
 
instance.GotoActivity = value
 
value = instance.GotoActivity
C# 
public Activity GotoActivity {get; set;}
C++/CLI 
public:
property Activity^ GotoActivity {
   Activity^ get();
   void set (    Activity^ value);
}

Property Value

The activity.

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