Edit

Share via


CodeActivity Constructors

Definition

Initializes a new instance of the CodeActivity class.

Overloads

CodeActivity()

Initializes a new instance of the CodeActivity class.

CodeActivity(String)

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

CodeActivity()

Initializes a new instance of the CodeActivity class.

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

Applies to

CodeActivity(String)

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

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

Parameters

name
String

The user-defined name of the activity.

See also

Applies to