ConstructedValueAccessorTValueShouldSupportSet Property |
Gets a value indicating whether the accessor should support set.
Namespace:
Aloe.SystemFrameworks.Domain.Attributes
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool ShouldSupportSet { get; }
Public ReadOnly Property ShouldSupportSet As Boolean
Get
public:
property bool ShouldSupportSet {
bool get ();
}
member ShouldSupportSet : bool with get
Property Value
Type:
Booleantrue if the accessor should support set; otherwise,
false.
See Also