Edit

Share via


WhileActivity Constructors

Definition

Initializes a new instance of the WhileActivity class.

Overloads

WhileActivity()

Initializes a new instance of the WhileActivity class.

WhileActivity(String)

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

WhileActivity()

Initializes a new instance of the WhileActivity class.

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

Applies to

WhileActivity(String)

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

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

Parameters

name
String

The user-defined name of the activity.

See also

Applies to