CompilationSection.OptimizeCompilations Property

Definition

Gets or sets a value that indicates whether the compilation must be optimized.

public:
 property bool OptimizeCompilations { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("optimizeCompilations", DefaultValue=false)]
public bool OptimizeCompilations { get; set; }
[<System.Configuration.ConfigurationProperty("optimizeCompilations", DefaultValue=false)>]
member this.OptimizeCompilations : bool with get, set
Public Property OptimizeCompilations As Boolean

Property Value

true if the compilation must be optimized; otherwise, false. The default is false.

Attributes

Applies to