System.Web.Configuration.CompilationSection.Assemblies Property

Gets the System.Web.Configuration.AssemblyCollection of the System.Web.Configuration.CompilationSection.

Syntax

[System.Configuration.ConfigurationProperty("assemblies")]
public AssemblyCollection Assemblies { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property contains the assembly references to use during compilation of a dynamic ASP.NET resource. ASP.NET automatically links these assemblies to the resource when compiling each code module.

Requirements

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