WebEventCodes.ApplicationCodeBase 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別 ASP.NET 健康監視應用程式事件代碼的位移。 這個欄位為常數。
public: int ApplicationCodeBase = 1000;
public const int ApplicationCodeBase = 1000;
val mutable ApplicationCodeBase : int
Public Const ApplicationCodeBase As Integer = 1000
欄位值
Value = 1000備註
值 ApplicationCodeBase 代表與 WebApplicationLifetimeEvent 類型相關聯的主要事件代碼位移。 所有應用程式代碼都會指派大於 ApplicationCodeBase 的值。