SessionAuditSuppression Property |
Gets/sets whether or not auditing is suppressed. For security reasons there is no platform
support for suppressing auditing in meta-data. This property must be set programmatically.
Note that, even when auditing is suppressed, audit events such as
AuditInsert,
AuditUpdate, and
AuditDelete
will be fired and it is the responsibility of the audit-handling code (e.g. any audit extension)
to honor this setting.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool AuditSuppression { get; set; }
Public Property AuditSuppression As Boolean
Get
Set
Property Value
Type:
BooleanSee Also