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
Syntaxpublic bool SupportsGet { get; }Public ReadOnly Property SupportsGet As Boolean
	Get
public:
virtual property bool SupportsGet {
	bool get () sealed;
}abstract SupportsGet : bool with get
override SupportsGet : bool with get
Property Value
Type: 
Booleantrue if the attribute supports get; otherwise, 
false.
            
Implements
IDataAttributeSupportsGet
See Also