WorkflowSubscription.PropertyDefinitions プロパティ
名前空間: Microsoft.SharePoint.Client.WorkflowServices
アセンブリ: Microsoft.SharePoint.Client.WorkflowServices (Microsoft.SharePoint.Client.WorkflowServices.dll 内)
構文
'宣言
Public ReadOnly Property PropertyDefinitions As IDictionary(Of String, String)
Get
'使用
Dim instance As WorkflowSubscription
Dim value As IDictionary(Of String, String)
value = instance.PropertyDefinitions
public IDictionary<string, string> PropertyDefinitions { get; }
プロパティ値
型: System.Collections.Generic.IDictionary<String, String>