WorkflowManagementClient.Instances Property

 

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

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

Syntax

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

Property Value

Type: Microsoft.Workflow.Client.InstanceManager

A manager for managing the collection of workflow instances in the current scope.

See Also

WorkflowManagementClient Class
Microsoft.Workflow.Client Namespace

Return to top