PropertyKeyBaseGetPropertyKey Method |
Gets the property key by providing the properties key string.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static PropertyKeyBase? GetPropertyKey(
string propertyKeyString
)
Parameters
- propertyKeyString String
- The properties key string.
Return Value
PropertyKeyBaseThe property key.
See Also