CompilationSection.Compilers Property

Definition

Gets the CompilerCollection collection of the CompilationSection class.

C#
[System.Configuration.ConfigurationProperty("compilers")]
public System.Web.Configuration.CompilerCollection Compilers { get; }

Property Value

A CompilerCollection collection that contains a collection of Compiler objects.

Attributes

Remarks

The Compilers property does not refer to any actual element in the underlying configuration file. It is a construct that allows easy access to the Compiler objects it contains.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1