Skip to main content
A newer version of this page is available.
All docs
V20.2
.NET Framework 4.5.2+

AuditTrailService.TimestampStrategy Property

Specifies the Audit Timestamp Strategy.

Namespace: DevExpress.Persistent.AuditTrail

Assembly: DevExpress.Persistent.BaseImpl.v20.2.dll

Declaration

public IAuditTimestampStrategy TimestampStrategy { get; set; }

Property Value

Type Description
DevExpress.Persistent.AuditTrail.IAuditTimestampStrategy

An IAuditTimestampStrategy object that specifies the Audit Timestamp Strategy.

Remarks

The following help topic demonstrates how to specify this property: Server-Side Timestamping in the Audit Trail System.

See Also