UserTaskProperties.Values Property

Scanjour Workflow4 Reference Manual
Gets an enumerable collection that contains the values in the read-only dictionary.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.2.0.0 (23.2.0.0)
Syntax

public IEnumerable<UserTaskProperty> Values { get; }

Return Value

Type: IEnumerable<UserTaskProperty>
An enumerable collection that contains the values in the read-only dictionary.

Implements

IReadOnlyDictionary<TKey, TValue>.Values
See Also

Reference