UserTaskPropertiesToDictionary Method
Get the user task property collection as a Dictionary.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public Dictionary<string, Object> ToDictionary(
UserTaskProperties properties
)
Public Function ToDictionary (
properties As UserTaskProperties
) As Dictionary(Of String, Object)
public:
Dictionary<String^, Object^>^ ToDictionary(
UserTaskProperties^ properties
)
member ToDictionary :
properties : UserTaskProperties -> Dictionary<string, Object>
- properties UserTaskProperties
- The user task property collection.
DictionaryString,
ObjectA Dictionary containing the properties.