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; }
Public Property BulkAudit As Boolean
Get
Set
Property Value
Type:
BooleanTrue if auditing a bulk operation, False if auditing an event affecting a single record.
See Also