WebEventCodes.AuditDetailCodeBase Field

Definition

Identifies the offset for the ASP.NET audit-detail event codes. This field is constant.

public: int AuditDetailCodeBase = 50200;
public const int AuditDetailCodeBase = 50200;
val mutable AuditDetailCodeBase : int
Public Const AuditDetailCodeBase As Integer  = 50200

Field Value

Value = 50200

Remarks

AuditDetailCodeBase represents the offset for the detail-event-code range associated with audit events. All audit detail codes are assigned values greater than AuditDetailCodeBase.

Applies to

See also