IValueAccessorTValueSupportsSet Property |
Gets a value indicating whether the accessor supports set.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxbool SupportsSet { get; }
ReadOnly Property SupportsSet As Boolean
Get
property bool SupportsSet {
bool get ();
}
abstract SupportsSet : bool with get
Property Value
Type:
Booleantrue if the accessor supports set; otherwise,
false.
See Also