WorkflowSubscriptionCollection class

Represents a collection of SharePoint workflow subscriptions.

Inheritance hierarchy

System.Object
  System.Collections.ObjectModel.Collection<WorkflowSubscription>
    Microsoft.SharePoint.WorkflowServices.WorkflowSubscriptionCollection

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

Syntax

'Declaration
<ClientCallableTypeAttribute(Name := "WorkflowSubscriptionCollection", ServerTypeId := "{D185EDE6-C3C3-4D37-9E8C-2382DEB37707}",  _
    CollectionChildItemType := GetType(WorkflowSubscription))> _
Public Class WorkflowSubscriptionCollection _
    Inherits Collection(Of WorkflowSubscription)
'Usage
Dim instance As WorkflowSubscriptionCollection
[ClientCallableTypeAttribute(Name = "WorkflowSubscriptionCollection", ServerTypeId = "{D185EDE6-C3C3-4D37-9E8C-2382DEB37707}", 
    CollectionChildItemType = typeof(WorkflowSubscription))]
public class WorkflowSubscriptionCollection : Collection<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.

See also

Reference

WorkflowSubscriptionCollection members

Microsoft.SharePoint.WorkflowServices namespace