WorkflowIdentity Constructors

Definition

Initializes a new instance of the WorkflowIdentity class.

Overloads

WorkflowIdentity()

Initializes a new instance of the WorkflowIdentity class.

WorkflowIdentity(String, Version, String)

Initializes a new instance of the WorkflowIdentity class using the name, version, and package.

WorkflowIdentity()

Initializes a new instance of the WorkflowIdentity class.

public:
 WorkflowIdentity();
public WorkflowIdentity ();
Public Sub New ()

Applies to

WorkflowIdentity(String, Version, String)

Initializes a new instance of the WorkflowIdentity class using the name, version, and package.

public:
 WorkflowIdentity(System::String ^ name, Version ^ version, System::String ^ package);
public WorkflowIdentity (string name, Version version, string package);
new System.Activities.WorkflowIdentity : string * Version * string -> System.Activities.WorkflowIdentity
Public Sub New (name As String, version As Version, package As String)

Parameters

name
String

The workflow identity name.

version
Version

The workflow identity version.

package
String

The workflow identity package.

Applies to