IDataAttributeValueType 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
SyntaxReadOnly Property ValueType As Type
Get
property Type^ ValueType {
Type^ get ();
}
abstract ValueType : Type with get
Return Value
Type:
TypeThe type of the stored data
See Also