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
Syntaxpublic Object OriginalValue { get; }
Public ReadOnly Property OriginalValue As Object
Get
public:
property Object^ OriginalValue {
Object^ get ();
}
member OriginalValue : Object with 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