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

Parameters

key
Type: SystemString
The culture name.

Property Value

Type: String
The value.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is .
See Also