CompilationSection.Compilers Property

 

Gets the CompilerCollection collection of the CompilationSection class.

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

[<ConfigurationPropertyAttribute("compilers")>]
member Compilers : CompilerCollection with get

Property Value

Type: System.Web.Configuration.CompilerCollection

A CompilerCollection collection that contains a collection of Compiler objects.

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.

.NET Framework
Available since 2.0
Return to top
Show: