PropertyKeyBaseGetPropertyName Method |
Gets the name of the property.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? GetPropertyName(
string propertyKeyString
)
Parameters
- propertyKeyString String
- The property key as string value.
Return Value
StringThe name of the property
See Also