UserTaskPropertiesValues Property

Gets an enumerable collection that contains the values in the read-only dictionary.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public IEnumerable<UserTaskProperty> Values { get; }

Return Value

IEnumerableUserTaskProperty
An enumerable collection that contains the values in the read-only dictionary.

Implements

IReadOnlyDictionaryTKey, TValueValues

See Also