Skip to main content
All docs
V24.1
.NET 6.0+

UseInAuditTrailAttribute.Include Property

Indicates whether UseInAuditTrailAttribute enables or disables audit of a property.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool Include { get; }

Property Value

Type Description
Boolean

Indicates whether XAF enables or disables the audit of a property with a UseInAuditTrailAttribute.

See Also