Proprietà ServiceVersionMismatchException.ActualVersion

 

Ottiene o imposta la versione del servizio effettiva.

Spazio dei nomi:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

public string ActualVersion {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property String^ ActualVersion {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    private: void set(String^ value);
}
member ActualVersion : string with get, private set
Public Property ActualVersion As String
    Get
    Private Set
End Property

Valore proprietà

Type: System.String

Versione del servizio effettiva.

Vedere anche

Classe ServiceVersionMismatchException
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio