Click or drag to resize

EAPAuditMessageEventArgsAuditType Property

Gets/sets the audit type indicator.

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

Property Value

Type: Char
Remarks
Normally I=Insert, U=Update, D=Delete, and M=Message.
See Also