WebEventCodes.AuditCodeBase Field

Definition

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 = 4000

Remarks

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.

Applies to

See also