Click or drag to resize

ConditionItem Property

Gets a property value by key.

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

Parameters

key  String
The property name.

Property Value

String
See Also