WorkflowInstance.Id Property

Definition

Gets the unique identifier for the workflow instance.

public:
 abstract property Guid Id { Guid get(); };
public abstract Guid Id { get; }
member this.Id : Guid
Public MustOverride ReadOnly Property Id As Guid

Property Value

The unique identifier for the workflow instance.

Applies to