CompilationSection.Assemblies Property
.NET Framework (current version)
Gets the AssemblyCollection of the CompilationSection.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("assemblies")> Public ReadOnly Property Assemblies As AssemblyCollection
Property Value
Type: System.Web.Configuration.AssemblyCollectionA AssemblyCollection that contains the assembly objects used during compilation of an ASP.NET resource.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: