CompilationSection.Assemblies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the AssemblyCollection of the CompilationSection.
public:
property System::Web::Configuration::AssemblyCollection ^ Assemblies { System::Web::Configuration::AssemblyCollection ^ get(); };
[System.Configuration.ConfigurationProperty("assemblies")]
public System.Web.Configuration.AssemblyCollection Assemblies { get; }
[<System.Configuration.ConfigurationProperty("assemblies")>]
member this.Assemblies : System.Web.Configuration.AssemblyCollection
Public ReadOnly Property Assemblies As AssemblyCollection
Property Value
A AssemblyCollection that contains the assembly objects used during compilation of an ASP.NET resource.
- Attributes
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.