WorkflowDefinitionCollection class

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<WorkflowDefinition>
        Microsoft.SharePoint.Client.WorkflowServices.WorkflowDefinitionCollection

Namespace:  Microsoft.SharePoint.Client.WorkflowServices
Assembly:  Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)

Syntax

'Declaration
Public Class WorkflowDefinitionCollection _
    Inherits ClientObjectCollection(Of WorkflowDefinition)
'Usage
Dim instance As WorkflowDefinitionCollection
public class WorkflowDefinitionCollection : ClientObjectCollection<WorkflowDefinition>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WorkflowDefinitionCollection members

Microsoft.SharePoint.Client.WorkflowServices namespace