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
Syntaxbool SupportsGet { get; }
ReadOnly Property SupportsGet As Boolean
Get
property bool SupportsGet {
bool get ();
}
abstract SupportsGet : bool with get
Property Value
Type:
Booleantrue if the accessor supports get; otherwise,
false.
See Also