WorkflowManagementClient.Workflows Property

 

Gets a manager for managing the collection of workflows in the current scope.

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

Syntax

public WorkflowManager Workflows { get; }
public:
property WorkflowManager^ Workflows {
    WorkflowManager^ get();
}
member Workflows : WorkflowManager with get
Public ReadOnly Property Workflows As WorkflowManager

Property Value

Type: Microsoft.Workflow.Client.WorkflowManager

A manager for managing the collection of workflows in the current scope.

See Also

WorkflowManagementClient Class
Microsoft.Workflow.Client Namespace

Return to top