UserTaskPropertiesKeys Property

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

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

public IEnumerable<string> Keys { get; }

Return Value

Type: IEnumerableString
An enumerable collection that contains the keys in the read-only dictionary.

Implements

IReadOnlyDictionaryTKey, TValueKeys
See Also

Reference