Edit

Share via


IfElseBranchActivity Constructors

Definition

Initializes a new instance of the IfElseBranchActivity class.

Overloads

IfElseBranchActivity()

Initializes a new instance of the IfElseBranchActivity class.

IfElseBranchActivity(String)

Initializes a new instance of the IfElseBranchActivity class using the name of the activity.

IfElseBranchActivity()

Initializes a new instance of the IfElseBranchActivity class.

public:
 IfElseBranchActivity();
public IfElseBranchActivity();
Public Sub New ()

Applies to

IfElseBranchActivity(String)

Initializes a new instance of the IfElseBranchActivity class using the name of the activity.

public:
 IfElseBranchActivity(System::String ^ name);
public IfElseBranchActivity(string name);
new System.Workflow.Activities.IfElseBranchActivity : string -> System.Workflow.Activities.IfElseBranchActivity
Public Sub New (name As String)

Parameters

name
String

The user-defined name of the activity.

Applies to