Proprietà ScopeRevisionMismatchException.ScopeRevision

 

Ottiene la revisione dell'ambito del client.

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

Sintassi

public long ScopeRevision {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property long long ScopeRevision {
    [CompilerGeneratedAttribute]
    long long get();
    [CompilerGeneratedAttribute]
    private: void set(long long value);
}
member ScopeRevision : int64 with get, private set
Public Property ScopeRevision As Long
    Get
    Private Set
End Property

Valore proprietà

Type: System.Int64

Revisione dell'ambito del client.

Vedere anche

Classe ScopeRevisionMismatchException
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio