Click or drag to resize

PropertyStringParserProperties Property

Gets the properties as key-value pairs.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyDictionary<string, string> Properties { get; }

Property Value

IReadOnlyDictionaryString, String
The properties.
See Also