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)
Syntaxpublic char AuditType { get; set; }
Public Property AuditType As Char
Get
Set
Property Value
Type:
Char
RemarksNormally I=Insert, U=Update, D=Delete, and M=Message.
See Also