Skip to main content
All docs
V25.2
  • 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.2.dll

    NuGet Package: DevExpress.Persistent.BaseImpl.Xpo

    Declaration

    AuditTrailSettings Settings { get; }

    Property Value

    Type Description
    DevExpress.Persistent.AuditTrail.AuditTrailSettings

    The the AuditTrailSettings object that contains service’s settings.

    See Also