VersionMismatchException::ExpectedVersion Property

.NET Framework (current version)
 

Gets or sets the version of mismatch exception that is expected.

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

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

Property Value

Type: System.Activities::WorkflowIdentity^

The version of mismatch exception that is expected.

.NET Framework
Available since 4.5
Return to top
Show: