共用方式為


WebEventCodes.ApplicationCodeBase 欄位

定義

識別 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 的值。

適用於

另請參閱