Retrieves a string value from this Properties-container.
Using this indexer is equivalent to calling Get(key, string.Empty).
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string this[
string key
] { get; set; }
Parameters
- key String
-
Property Value
StringSee Also