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

IAuditTrailServiceRoot.Settings Property

Provides access to the service’s settings. These settings allow you to customize the list of objects and properties that should be audited.

Namespace: DevExpress.Persistent.BaseImpl.AuditTrail.Services

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

Declaration

AuditTrailSettings Settings { get; }

Property Value

Type Description
DevExpress.Persistent.AuditTrail.AuditTrailSettings

The the AuditTrailSettings object that contains service’s settings.

See Also