Web Studio Instrumentation server control that can return the instrumentation necessary to enable Web Studio to read Record state from the application.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[ToolboxBitmapAttribute(typeof(WebStudioRecordInstrumentation), "Resources.WebStudio.ico")]
public class WebStudioRecordInstrumentation : Control
Visual Basic (Declaration)
<ToolboxBitmapAttribute(GetType(WebStudioRecordInstrumentation), "Resources.WebStudio.ico")> _
Public Class WebStudioRecordInstrumentation _
	Inherits Control
Visual C++
[ToolboxBitmapAttribute(typeof(WebStudioRecordInstrumentation), L"Resources.WebStudio.ico")]
public ref class WebStudioRecordInstrumentation : public Control

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    Endeca.Web.UI.WebControls..::.WebStudioRecordInstrumentation

See Also