WorkflowResourceManager.GetScope Method

Gets the scope for the manager.

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

Syntax

'Declaration
Public Function GetScope As ScopeInfo
'Usage
Dim instance As WorkflowResourceManager 
Dim returnValue As ScopeInfo 

returnValue = instance.GetScope()
public ScopeInfo GetScope()
public:
ScopeInfo^ GetScope()
member GetScope : unit -> ScopeInfo
public function GetScope() : ScopeInfo

Return Value

Type: Microsoft.Workflow.Client.ScopeInfo
The scope for the manager.

See Also

Reference

WorkflowResourceManager Class

GetScope Overload

Microsoft.Workflow.Client Namespace