de la propiedad WorkflowSubscription.EventTypes
Espacio de nombres: Microsoft.SharePoint.Client.WorkflowServices
Ensamblado: Microsoft.SharePoint.Client.WorkflowServices (en Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: System.Collections.Generic.IList<String>
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.Client.WorkflowServices