IfElseActivity 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 IfElseActivity class.
Overloads
IfElseActivity() |
Initializes a new instance of the IfElseActivity class. |
IfElseActivity(String) |
Initializes a new instance of the IfElseActivity class using the name of the activity. |
IfElseActivity()
Initializes a new instance of the IfElseActivity class.
public:
IfElseActivity();
public IfElseActivity();
Public Sub New ()
Applies to
IfElseActivity(String)
Initializes a new instance of the IfElseActivity class using the name of the activity.
public:
IfElseActivity(System::String ^ name);
public IfElseActivity(string name);
new System.Workflow.Activities.IfElseActivity : string -> System.Workflow.Activities.IfElseActivity
Public Sub New (name As String)
Parameters
- name
- String
The user-defined name of the activity.