Click or drag to resize

CalculatedDataAttributeSupportsSet Property

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

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

Property Value

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

Implements

IDataAttributeSupportsSet
See Also