Click or drag to resize

PropertyKeyBasePropertyType Property

Gets the type of the property value that can be accessed with this key.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Type PropertyType { get; }

Property Value

Type
The type of the property value.
See Also