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

AuditTrailService.ObjectAuditingMode Property

Specifies the object auditing mode.

Namespace: DevExpress.Persistent.AuditTrail

Assembly: DevExpress.Persistent.BaseImpl.v20.2.dll

Declaration

public ObjectAuditingMode ObjectAuditingMode { get; set; }

Property Value

Type Description
DevExpress.Persistent.AuditTrail.ObjectAuditingMode

The ObjectAuditingMode value that specifies the object auditing mode.

Remarks

The following help topic demonstrates how to specify this property: Change Object Auditing Mode.

See Also