IEntityLastUpdate.LastUpdate 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: 25.1.421.0 (25.1.421.0)
SyntaxTransactedProperty<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:
TransactedProperty<JulianDate>
See Also