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