WorkflowSubscription.PropertyDefinitions property

Gets or sets the properties and values to pass to the workflow definition when the subscription is matched.

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

Syntax

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

Property value

Type: System.Collections.Generic.IDictionary<String, String>
Returns an T:System.Collections.IDictionary object that contains the property definitions.

See also

Reference

WorkflowSubscription class

WorkflowSubscription members

Microsoft.SharePoint.WorkflowServices namespace