ScopeRevisionMismatchException.ScopeRevision Property

 

Gets the scope revision of the client.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

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

Property Value

Type: System.Int64

The scope revision of the client.

See Also

ScopeRevisionMismatchException Class
Microsoft.Workflow.Client Namespace

Return to top