WorkflowSubscriptionCollection class
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<WorkflowSubscription>
Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscriptionCollection
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Class WorkflowSubscriptionCollection _
Inherits ClientObjectCollection(Of WorkflowSubscription)
'Usage
Dim instance As WorkflowSubscriptionCollection
public class WorkflowSubscriptionCollection : ClientObjectCollection<WorkflowSubscription>
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.