WebEventCodes.AuditCodeBase Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the offset for the ASP.NET health-monitoring audit event codes. This field is constant.
public: int AuditCodeBase = 4000;
public const int AuditCodeBase = 4000;
val mutable AuditCodeBase : int
Public Const AuditCodeBase As Integer = 4000
Field Value
Value = 4000Remarks
The AuditCodeBase value represents the offset for the major event code range associated with the WebAuthenticationSuccessAuditEvent, WebSuccessAuditEvent, WebAuthenticationFailureAuditEvent, WebFailureAuditEvent, and WebViewStateFailureAuditEvent types.
All audit codes are assigned values greater than AuditCodeBase.