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>