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.3572.0 (4.8.3572.0)
Syntaxpublic string this[
string key
] { get; set; }Parameters
- key String
- The key of the item to retrieve or set.
Property Value
String
See Also