Click or drag to resize

DataAttributeBaseTObjectValueType Property

Returns the Type of the data, that this attribute stores

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public abstract Type ValueType { get; }

Return Value

Type: Type
The type of the stored data

Implements

IDataAttributeValueType
See Also