Click or drag to resize

PropertiesItem Property

Retrieves a string value from this Properties-container. Using this indexer is equivalent to calling Get(key, string.Empty).

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string this[
	string key
] { get; set; }

Parameters

key  String
 

Property Value

String
See Also