PropertyKeyBaseGetPropertyValueType Method |
Gets the type of the property value.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Type? GetPropertyValueType(
string propertyKeyString
)
Parameters
- propertyKeyString String
- The property key as string.
Return Value
TypeType of the property value associated with the provided key.
See Also