Edit

Share via


PolicyActivity Constructors

Definition

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.

See also

Applies to