LocalizedStringDictionaryItem(String) Property |
Gets or sets the value for the specified culture name.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 String
- The culture name.
Property Value
String
The value.
Implements
IDictionaryTKey, TValueItemTKey
Exceptions
See Also