CompilationSection.CodeSubDirectories Property

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

[<ConfigurationPropertyAttribute("codeSubDirectories")>]
member CodeSubDirectories : CodeSubDirectoriesCollection with get

Property Value

Type: System.Web.Configuration.CodeSubDirectoriesCollection

A 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
Return to top
Show: