LocalizableStringValues Property

Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.

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 ICollection<string> Values { get; }

Return Value

ICollectionString
An ICollectionT containing the values in the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueValues

See Also