AttributeExpressionTObjectObjectType Property |
Gets the type of the object.
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Type ObjectType { get; }
Public ReadOnly Property ObjectType As Type
Get
public:
virtual property Type^ ObjectType {
Type^ get () sealed;
}
abstract ObjectType : Type with get
override ObjectType : Type with get
Property Value
Type:
Type
The type of the object.
Implements
IAttributeExpressionObjectType
See Also