Share via


WorkflowDefinition.Properties property

Gets the custom properties associated with the workflow definition.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
<ClientCallablePropertyAttribute> _
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
[ClientCallablePropertyAttribute]
public IDictionary<string, string> Properties { get; }

Property value

Type: System.Collections.Generic.IDictionary<String, String>
Returns properties of the workflow definition.

See also

Reference

WorkflowDefinition class

WorkflowDefinition members

Microsoft.SharePoint.WorkflowServices namespace