CompilationSection.MaxConcurrentCompilations Property
.NET Framework (current version)
Gets or sets whether the " maxConcurrentCompilations" configuration value in the Compilation section is set.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("maxConcurrentCompilations", DefaultValue = 1)] public int MaxConcurrentCompilations { get; set; }
Property Value
Type: System.Int32true if the " maxConcurrentCompilations" configuration value in the Compilation section is set; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: