WebEventCodes.AuditCodeBase フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ASP.NET 正常性監視監査イベント コードのオフセットを識別します。 このフィールドは定数です。
public: int AuditCodeBase = 4000;
public const int AuditCodeBase = 4000;
val mutable AuditCodeBase : int
Public Const AuditCodeBase As Integer = 4000
フィールド値
Value = 4000注釈
AuditCodeBase値は、WebAuthenticationSuccessAuditEvent、WebSuccessAuditEvent、WebAuthenticationFailureAuditEvent、WebFailureAuditEvent、およびWebViewStateFailureAuditEventの型に関連付けられている主要なイベント コード範囲のオフセットを表します。
すべての監査コードには、 AuditCodeBaseより大きい値が割り当てられます。