WorkflowResourceManager.ScopeRevision Property

Gets the scope revision for the manager.

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

Syntax

'Declaration
Public ReadOnly Property ScopeRevision As Nullable(Of Long)
    Get
'Usage
Dim instance As WorkflowResourceManager 
Dim value As Nullable(Of Long)

value = instance.ScopeRevision
public Nullable<long> ScopeRevision { get; }
public:
property Nullable<long long> ScopeRevision {
    Nullable<long long> get ();
}
member ScopeRevision : Nullable<int64>
function get ScopeRevision () : Nullable<long>

Property Value

Type: System.Nullable<Int64>
The scope revision for the manager.

See Also

Reference

WorkflowResourceManager Class

Microsoft.Workflow.Client Namespace