Click or drag to resize

EAPAuditMessageEventArgsBulkAudit Property

When set, this specifies that this is auditing a bulk operation rather than an event affecting a single record.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool BulkAudit { get; set; }

Property Value

Type: Boolean
True if auditing a bulk operation, False if auditing an event affecting a single record.
See Also