BundleContext.EnableInstrumentation Property

Gets or sets whether the instrumentation output is requested.

Namespace:  System.Web.Optimization
Assembly:  System.Web.Optimization (in System.Web.Optimization.dll)

Syntax

'Declaration
Public Property EnableInstrumentation As Boolean 
    Get 
    Set
'Usage
Dim instance As BundleContext 
Dim value As Boolean 

value = instance.EnableInstrumentation

instance.EnableInstrumentation = value
public bool EnableInstrumentation { get; set; }
public:
property bool EnableInstrumentation {
    bool get ();
    void set (bool value);
}
member EnableInstrumentation : bool with get, set
function get EnableInstrumentation () : boolean 
function set EnableInstrumentation (value : boolean)

Property Value

Type: System.Boolean
true if instrumentation output is requested; otherwise, false.

See Also

Reference

BundleContext Class

System.Web.Optimization Namespace