VersionMismatchException::ActualVersion Property

.NET Framework (current version)
 

Gets or sets the actual version from the mismatch exception.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

public:
property WorkflowIdentity^ ActualVersion {
	WorkflowIdentity^ get();
	private: void set(WorkflowIdentity^ value);
}

Property Value

Type: System.Activities::WorkflowIdentity^

The actual version from the mismatch exception.

.NET Framework
Available since 4.5
Return to top
Show: