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