Click or drag to resize

PropertyKeyBaseGetPropertyKey Method

Gets the property key by providing the properties key string.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static PropertyKeyBase? GetPropertyKey(
	string propertyKeyString
)

Parameters

propertyKeyString  String
The properties key string.

Return Value

PropertyKeyBase
The property key.
See Also