CodeActivity 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 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.