Open this page in the API Guide

LocalizedStringDictionary.Values Property

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ICollection<string?> Values { get; }

Return Value

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

Implements

IDictionary<TKey, TValue>.Values
See Also