VersionMismatchException.ActualVersion 属性

定义

从不匹配的异常中获取或设置实际版本。

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

属性值

不匹配异常中的实际版本。

适用于