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

AuditTrailModule.AuditDataItemPersistentType Property

Specifies the business class used to persist auditing information in the database.

Namespace: DevExpress.ExpressApp.AuditTrail

Assembly: DevExpress.ExpressApp.AuditTrail.v20.2.dll

Declaration

[TypeConverter(typeof(BusinessClassTypeConverter<IBaseAuditDataItemPersistent>))]
public Type AuditDataItemPersistentType { get; set; }

Property Value

Type Description
Type

The type of a business class used to persist auditing information in the database.

See Also