Click or drag to resize

PropertyKeyBaseGuidString Property

Gets the unique identifier string that identifies the property key. This value is used in the dictionaries as a key to store the property values.

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

Property Value

String
The unique identifier string.
See Also