Edit

Share via


SetStateActivity Constructors

Definition

Initializes a new instance of the SetStateActivity class.

Overloads

SetStateActivity()

Initializes a new instance of the SetStateActivity class.

SetStateActivity(String)

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

SetStateActivity()

Initializes a new instance of the SetStateActivity class.

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

Applies to

SetStateActivity(String)

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

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

Parameters

name
String

The user-defined name of the activity.

See also

Applies to