DataAttributeBaseTObjectPrimitiveValueType Property |
Gets the primitive type or null. Used in public APIs to represent a complex value as a primitive value.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic virtual Type PrimitiveValueType { get; }
Public Overridable ReadOnly Property PrimitiveValueType As Type
Get
public:
virtual property Type^ PrimitiveValueType {
Type^ get ();
}
abstract PrimitiveValueType : Type with get
override PrimitiveValueType : Type with get
Property Value
Type:
TypeImplements
IDataAttributePrimitiveValueType
See Also