System.Web.Configuration.CompilationSection.MaxBatchGeneratedFileSize Property

Gets or sets the maximum combined size of the generated source files per batched compilation.

Syntax

[System.Configuration.ConfigurationProperty("maxBatchGeneratedFileSize", DefaultValue="1000")]
public int MaxBatchGeneratedFileSize { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Specifies the maximum size (in kilobytes) of the generated source files per batched compilation. The default value is 1000 KB.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0