System.Web
2.0.0.0
System.Configuration.ConfigurationElement
A is referenced as an attribute of the Add element within the codeSubDirectories node of the compilation section of the configuration.
The build order is inferred from the top-down order of the codeSubDirectories in the configuration. The \App_Code directory is built last. However, there are no build-order dependencies, which means the build order does not matter here.
References a directory location that is used during compilation of a dynamic resource. This class cannot be inherited.
Constructor
To be added.
Initializes a new instance of the class.
A string value specifying the reference.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("directoryName", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey)
System.ComponentModel.TypeConverter(typeof(System.Configuration.WhiteSpaceTrimStringConverter))
System.String
To be added.
A directoryName attribute of an add element of the configuration is searched only from the \App_Code path; therefore, adding directoryName="\App_Code\Applogic" is not valid.
Gets or sets the name of the directory that contains files compiled at run time.
2.0.0.0
Property
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.
2.0.0.0