Click or drag to resize

IValueAccessorTValueSupportsGet Property

Gets a value indicating whether the accessor supports getting value.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
bool SupportsGet { get; }

Property Value

Type: Boolean
true if the accessor supports get; otherwise, false.
See Also