Click or drag to resize

PropertyKeyBaseGetPropertyValueType Method

Gets the type of the property value.

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

Parameters

propertyKeyString  String
The property key as string.

Return Value

Type
Type of the property value associated with the provided key.
See Also