ObjectReferenceTReferencedObjectReferencedType 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 override Type ReferencedType { get; }
Public Overrides ReadOnly Property ReferencedType As Type
Get
public:
virtual property Type^ ReferencedType {
Type^ get () override;
}
abstract ReferencedType : Type with get
override ReferencedType : Type with get
Property Value
Type:
Type
See Also