Click or drag to resize

ConstructedValueAccessorTValueSupportsSet Property

Gets a value indicating whether the accessor supports set.

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public override bool SupportsSet { get; }

Property Value

Type: Boolean
true if the accessor supports set; otherwise, false.

Implements

IValueAccessorTValueSupportsSet
See Also