Skip to main content
All docs
V25.1
  • .NET 8.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.v25.1.dll

    Declaration

    AuditTrailSettings Settings { get; }

    Property Value

    Type Description
    DevExpress.Persistent.AuditTrail.AuditTrailSettings

    The the AuditTrailSettings object that contains service’s settings.

    See Also