Click or drag to resize

UserTaskPropertiesToDictionary Method

Get the user task property collection as a Dictionary.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public Dictionary<string, Object> ToDictionary(
	UserTaskProperties properties
)

Parameters

properties  UserTaskProperties
The user task property collection.

Return Value

DictionaryString, Object
A Dictionary containing the properties.
See Also