Click or drag to resize

CalculatedDataAttributeSupportsGet Property

Gets a value indicating whether the attribute supports getting a value.

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

Property Value

Type: Boolean
true if the attribute supports get; otherwise, false.

Implements

IDataAttributeSupportsGet
See Also