WorkflowManagementClient.ScopeRevision Property

 

Gets or sets a version revision of the scope.

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

Syntax

public Nullable<long> ScopeRevision { get; }
public:
property Nullable<long long> ScopeRevision {
    Nullable<long long> get();
}
member ScopeRevision : Nullable<int64> with get
Public ReadOnly Property ScopeRevision As Nullable(Of Long)

Property Value

Type: System.Nullable<Int64>

A version revision of the scope, or null if version is not defined.

See Also

WorkflowManagementClient Class
Microsoft.Workflow.Client Namespace

Return to top