HttpContextBase.PageInstrumentation Propriedade

Definição

Quando implementado numa classe derivada, obtém uma referência para a instância do serviço de instrumentação de página para este pedido.

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

Valor de Propriedade

A instância de serviço de instrumentação de página para este pedido.

Aplica-se a