Skip to main content
All docs
V23.2
.NET 6.0+

AuditTrailOptions.TimestampStrategy Property

Namespace: DevExpress.ExpressApp.AuditTrail

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v23.2.dll

Declaration

public IAuditTimestampStrategy TimestampStrategy { get; set; }

Property Value

Type
DevExpress.Persistent.AuditTrail.IAuditTimestampStrategy

Property Paths

You can access this nested property as listed below:

Object Type Path to TimestampStrategy
AuditTrailService
.OptionsLegacy .TimestampStrategy
AuditTrailServiceBase
.Options .TimestampStrategy
See Also