WebEventCodes.AuditCodeBase フィールド

定義

ASP.NET 正常性監視監査イベント コードのオフセットを識別します。 このフィールドは定数です。

public: int AuditCodeBase = 4000;
public const int AuditCodeBase = 4000;
val mutable AuditCodeBase : int
Public Const AuditCodeBase As Integer  = 4000

フィールド値

Value = 4000

注釈

AuditCodeBase値は、WebAuthenticationSuccessAuditEventWebSuccessAuditEventWebAuthenticationFailureAuditEventWebFailureAuditEvent、およびWebViewStateFailureAuditEventの型に関連付けられている主要なイベント コード範囲のオフセットを表します。

すべての監査コードには、 AuditCodeBaseより大きい値が割り当てられます。

適用対象

こちらもご覧ください