PolicyActivity 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 PolicyActivity class.
Overloads
PolicyActivity() |
Initializes a new instance of the PolicyActivity class. |
PolicyActivity(String) |
Initializes a new instance of the PolicyActivity using the name of the activity. |
PolicyActivity()
Initializes a new instance of the PolicyActivity class.
public:
PolicyActivity();
public PolicyActivity();
Public Sub New ()
Applies to
PolicyActivity(String)
Initializes a new instance of the PolicyActivity using the name of the activity.
public:
PolicyActivity(System::String ^ name);
public PolicyActivity(string name);
new System.Workflow.Activities.PolicyActivity : string -> System.Workflow.Activities.PolicyActivity
Public Sub New (name As String)
Parameters
- name
- String
The user-defined name of the activity.