Skip to main content
All docs
V25.1
  • .NET 8.0+

    UseInAuditTrailAttribute Properties

    Specifies whether a property takes part in audit. Non-persistent properties also depend on the following property: DevExpress.Persistent.AuditTrail.ObjectAuditProcessor.ExcludeNonPersistentFromAudit.
    Name Description
    Include Indicates whether UseInAuditTrailAttribute enables or disables audit of a property.
    TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
    See Also