CompilationSection.Compilers Egenskap

Definition

CompilerCollection Hämtar klassens CompilationSection samling.

public:
 property System::Web::Configuration::CompilerCollection ^ Compilers { System::Web::Configuration::CompilerCollection ^ get(); };
[System.Configuration.ConfigurationProperty("compilers")]
public System.Web.Configuration.CompilerCollection Compilers { get; }
[<System.Configuration.ConfigurationProperty("compilers")>]
member this.Compilers : System.Web.Configuration.CompilerCollection
Public ReadOnly Property Compilers As CompilerCollection

Egenskapsvärde

En CompilerCollection samling som innehåller en samling Compiler objekt.

Attribut

Kommentarer

Egenskapen Compilers refererar inte till något faktiskt element i den underliggande konfigurationsfilen. Det är en konstruktion som ger enkel åtkomst till de objekt som den Compiler innehåller.

Gäller för