WorkflowSubscription.EventTypes propriedade
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Property EventTypes As IList(Of String)
Get
Set
'Uso
Dim instance As WorkflowSubscription
Dim value As IList(Of String)
value = instance.EventTypes
instance.EventTypes = value
public IList<string> EventTypes { get; set; }
Valor de propriedade
Tipo: System.Collections.Generic.IList<String>