CalculatedDataAttributeValueType 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
Syntaxpublic Type ValueType { get; }
Public ReadOnly Property ValueType As Type
Get
public:
virtual property Type^ ValueType {
Type^ get () sealed;
}
abstract ValueType : Type with get
override ValueType : Type with get
Property Value
Type:
TypeImplements
IDataAttributeValueType
See Also