ObjectReferenceReferencedType Property |
Gets the type of the referenced objects
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic abstract Type ReferencedType { get; }
Public MustOverride ReadOnly Property ReferencedType As Type
Get
public:
virtual property Type^ ReferencedType {
Type^ get () abstract;
}
abstract ReferencedType : Type with get
Property Value
Type:
Type
See Also