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; }
Public Property AuditType As Char
Get
Set
Property Value
Type:
CharRemarks Normally I=Insert, U=Update, D=Delete, and M=Message.
See Also