DataAttributeTObject, TValueValueType Property |
Gets the value of the data attribute for the specified domain object
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic override Type ValueType { get; }
Public Overrides ReadOnly Property ValueType As Type
Get
public:
virtual property Type^ ValueType {
Type^ get () override;
}
abstract ValueType : Type with get
override ValueType : Type with get
Return Value
Type:
TypeThe value of the data attribute for the specified domain object
Implements
IDataAttributeValueTypeIDataAttributeValueType
See Also