WorkflowSubscription.EventTypes property

Gets or sets the list of event types for which the subscription is listening. For SharePoint events, these will map to a value in the SPEventReceiverType enumeration.

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

Syntax

'Declaration
<ClientCallablePropertyAttribute> _
Public Property EventTypes As List(Of String)
    Get
    Set
'Usage
Dim instance As WorkflowSubscription
Dim value As List(Of String)

value = instance.EventTypes

instance.EventTypes = value
[ClientCallablePropertyAttribute]
public List<string> EventTypes { get; set; }

Property value

Type: System.Collections.Generic.List<String>
Returns a list instance representing event types.

See also

Reference

WorkflowSubscription class

WorkflowSubscription members

Microsoft.SharePoint.WorkflowServices namespace