Open this page in the API Guide

LocalizedStringDictionary.Item Property (String)

Gets or sets the value for the specified culture name.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public string? this[
	string key
] { get; set; }

Parameters

key
Type: System.String
The culture name.

Property Value

Type: String
The value.

Implements

IDictionary<TKey, TValue>.Item[TKey]
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also