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