Share via


WorkflowSubscription.EventTypes property

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

Syntax

'Declaration
Public Property EventTypes As IList(Of String)
    Get
    Set
'Usage
Dim instance As WorkflowSubscription
Dim value As IList(Of String)

value = instance.EventTypes

instance.EventTypes = value
public IList<string> EventTypes { get; set; }

Property value

Type: System.Collections.Generic.IList<String>

See also

Reference

WorkflowSubscription class

WorkflowSubscription members

Microsoft.SharePoint.Client.WorkflowServices namespace