Click or drag to resize

AttributeValueOriginalValue Property

Gets the original value of the attribute, which was initially retrieved frmo the data source.

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

Property Value

Type: Object
The old value.
Remarks
The value of the attribute can later on be changed, but the original value is retained in the memory buffer and returned by this property.
See Also