LocalizedStringDictionaryItem(String) Property

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 (26.2.0.1000)
Syntax
public string? this[
	string key
] { get; set; }

Parameters

key  String
The culture name.

Property Value

String
The value.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
See Also