LocalizableString.Keys Property

Scanjour Workflow4 Reference Manual

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

public ICollection<string> Keys { get; }

Return Value

Type: ICollection<String>
An ICollection<T> containing the keys of the object that implements IDictionary<TKey, TValue>.

Implements

IDictionary<TKey, TValue>.Keys
See Also

Reference