CompilationSection.MaxBatchGeneratedFileSize Property
.NET Framework (current version)
Gets or sets the maximum combined size of the generated source files per batched compilation.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("maxBatchGeneratedFileSize", DefaultValue := 1000)> Public Property MaxBatchGeneratedFileSize As Integer
Property Value
Type: System.Int32An integer value indicating the maximum combined size of the generated source files per batched compilation.
Specifies the maximum size (in kilobytes) of the generated source files per batched compilation. The default value is 1000 KB.
The following code example demonstrates how to use the MaxBatchGeneratedFileSize property. This code example is part of a larger example provided for the CompilationSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: