HttpContext.PageInstrumentation プロパティ

定義

この要求のページ インストルメンテーション サービス インスタンスへの参照を取得します。

public:
 property System::Web::Instrumentation::PageInstrumentationService ^ PageInstrumentation { System::Web::Instrumentation::PageInstrumentationService ^ get(); };
public System.Web.Instrumentation.PageInstrumentationService PageInstrumentation { get; }
member this.PageInstrumentation : System.Web.Instrumentation.PageInstrumentationService
Public ReadOnly Property PageInstrumentation As PageInstrumentationService

プロパティ値

この要求のページ インストルメンテーション サービス インスタンス。

適用対象