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; }
Public Default Property Item (
key As String
) As String
Get
Set
public:
virtual property String^ default[String^ key] {
String^ get (String^ key) sealed;
void set (String^ key, String^ value) sealed;
}
abstract Item : string with get, set
override Item : string with get, set
Parameters
- key
- Type: SystemString
The culture name.
Property Value
Type:
String
The value.
Implements
IDictionaryTKey, TValueItemTKeyExceptions See Also