WorkflowSubscription.PropertyDefinitions property
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyDefinitions As IDictionary(Of String, String)
Get
'Usage
Dim instance As WorkflowSubscription
Dim value As IDictionary(Of String, String)
value = instance.PropertyDefinitions
public IDictionary<string, string> PropertyDefinitions { get; }
Property value
Type: System.Collections.Generic.IDictionary<String, String>