Click or drag to resize

UserTaskPropertiesValues Property

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: 24.5.0.0 (24.5.0.0)
Syntax
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