StaticContextSettings.EnableProfiling PropertyStaticContextSettings.EnableProfiling PropertyStaticContextSettings::EnableProfiling Property

Gets or sets a value indicating whether profiling is enabled.

Syntax

Public Property EnableProfiling As Boolean
        Get
        Set(ByVal value As Boolean)
public bool EnableProfiling { get; set; }
public:
property bool EnableProfiling {
    bool get();
    void set(bool value);
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if profiling is enabled; otherwise, falseFalsefalse.

Remarks

When enabled, the compiled XPath expression, XQuery program or XSLT stylesheet will emit profiling events via ExecutionExecutionExecution.

Profiling is a feature available only in the comercially licenced product.