共用方式為


WorkflowSubscription.EventTypes 屬性

命名空間:  Microsoft.SharePoint.Client.WorkflowServices
組件:  Microsoft.SharePoint.Client.WorkflowServices (在 Microsoft.SharePoint.Client.WorkflowServices.dll 中)

語法

'宣告
Public Property EventTypes As IList(Of String)
    Get
    Set
'用途
Dim instance As WorkflowSubscription
Dim value As IList(Of String)

value = instance.EventTypes

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

屬性值

類型:System.Collections.Generic.IList<String>

請參閱

參照

WorkflowSubscription 類別

WorkflowSubscription 成員

Microsoft.SharePoint.Client.WorkflowServices 命名空間