AttributeValueTValueOriginalValue 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
Syntaxpublic TValue OriginalValue { get; }
Public ReadOnly Property OriginalValue As TValue
Get
public:
property TValue OriginalValue {
TValue get ();
}
member OriginalValue : 'TValue with get
Property Value
Type:
TValue
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