VersionMismatchException.ActualVersion Property

Definition

Gets or sets the actual version from the mismatch exception.

public:
 property System::Activities::WorkflowIdentity ^ ActualVersion { System::Activities::WorkflowIdentity ^ get(); };
public System.Activities.WorkflowIdentity ActualVersion { get; }
member this.ActualVersion : System.Activities.WorkflowIdentity
Public ReadOnly Property ActualVersion As WorkflowIdentity

Property Value

The actual version from the mismatch exception.

Applies to