IEntityLastUpdateLastUpdate Property |
Gets the transactional property that can be used to get or set the
time the entity was last updated.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax TransactedProperty<JulianDate> LastUpdate { get; }
ReadOnly Property LastUpdate As TransactedProperty(Of JulianDate)
Get
property TransactedProperty<JulianDate>^ LastUpdate {
TransactedProperty<JulianDate>^ get ();
}
abstract LastUpdate : TransactedProperty<JulianDate> with get
Property Value
Type:
TransactedPropertyJulianDateSee Also