ScopeManager.Get Method ()

 

Retrieves scope description for the current scope.

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

Syntax

public ScopeDescription Get()
public:
ScopeDescription^ Get()
member Get : unit -> ScopeDescription
Public Function Get As ScopeDescription

Return Value

Type: Microsoft.Workflow.Client.ScopeDescription

ScopeDescription describing the current scope.

See Also

ScopeManager Class
Microsoft.Workflow.Client Namespace

Return to top