TerminateActivity 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.
Overloads
TerminateActivity() |
Initializes a new instance of the TerminateActivity class. |
TerminateActivity(String) |
Initializes a new instance of the TerminateActivity class using the name of the activity. |
TerminateActivity()
Initializes a new instance of the TerminateActivity class.
public:
TerminateActivity();
public TerminateActivity();
Public Sub New ()
Remarks
The following table shows initial property values for an instance of the TerminateActivity class.
Property | Value |
---|---|
Error | null (Nothing in Visual Basic). |
Applies to
TerminateActivity(String)
Initializes a new instance of the TerminateActivity class using the name of the activity.
public:
TerminateActivity(System::String ^ name);
public TerminateActivity(string name);
new System.Workflow.ComponentModel.TerminateActivity : string -> System.Workflow.ComponentModel.TerminateActivity
Public Sub New (name As String)
Parameters
- name
- String
The user-defined name of the activity.