WebEventCodes.MiscCodeBase フィールド

定義

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

public: int MiscCodeBase = 6000;
public const int MiscCodeBase = 6000;
val mutable MiscCodeBase : int
Public Const MiscCodeBase As Integer  = 6000

フィールド値

Value = 6000

注釈

MiscCodeBase値は、分類されていない正常性イベントに関連付けられている主要なイベント コード範囲のオフセットを表します。 その他のすべてのコードには、 MiscCodeBaseより大きい値が割り当てられます。

適用対象