IfElseBranchActivity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.