CompilationSection.MaxConcurrentCompilations Property

.NET Framework (current version)
 

Gets or sets whether the " maxConcurrentCompilations" configuration value in the Compilation section is set.

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

<ConfigurationPropertyAttribute("maxConcurrentCompilations", DefaultValue := 1)>
Public Property MaxConcurrentCompilations As Integer

Property Value

Type: System.Int32

true if the " maxConcurrentCompilations" configuration value in the Compilation section is set; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: