WorkflowResourceManager.GetChildScopes Method
Gets the child scopes associated with the manager.
Namespace: Microsoft.Workflow.Client
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
Syntax
'Declaration
Public Function GetChildScopes As Collection(Of ScopeInfo)
'Usage
Dim instance As WorkflowResourceManager
Dim returnValue As Collection(Of ScopeInfo)
returnValue = instance.GetChildScopes()
public Collection<ScopeInfo> GetChildScopes()
public:
Collection<ScopeInfo^>^ GetChildScopes()
member GetChildScopes : unit -> Collection<ScopeInfo>
public function GetChildScopes() : Collection<ScopeInfo>
Return Value
Type: System.Collections.ObjectModel.Collection<ScopeInfo>
The child scopes associated with the manager.