ConstructedValueAccessorTValueSupportsGet Property |
Gets a value indicating whether the accessor supports getting value.
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic override bool SupportsGet { get; }
Public Overrides ReadOnly Property SupportsGet As Boolean
Get
public:
virtual property bool SupportsGet {
bool get () override;
}
abstract SupportsGet : bool with get
override SupportsGet : bool with get
Property Value
Type:
Booleantrue if the accessor supports get; otherwise,
false.
Implements
IValueAccessorTValueSupportsGet
See Also