Click or drag to resize

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)
Syntax
TransactedProperty<JulianDate> LastUpdate { get; }

Property Value

Type: TransactedProperty<JulianDate>
See Also