CompilationSection.CodeSubDirectories Property
.NET Framework (current version)
Gets the CodeSubDirectoriesCollection of the CompilationSection.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("codeSubDirectories")> Public ReadOnly Property CodeSubDirectories As CodeSubDirectoriesCollection
Property Value
Type: System.Web.Configuration.CodeSubDirectoriesCollectionA CodeSubDirectoriesCollection collection that contains an ordered collection of subdirectories containing files compiled at run time.
This property defines an ordered collection of subdirectories containing files compiled at run time. There can be any number of subdirectories.
.NET Framework
Available since 2.0
Available since 2.0
Show: