CompilationSection.MaxConcurrentCompilations Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft ab oder legt fest, ob der "maxConcurrentCompilations" Konfigurationswert im Kompilierungsabschnitt festgelegt ist.
public:
property int MaxConcurrentCompilations { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxConcurrentCompilations", DefaultValue=1)]
public int MaxConcurrentCompilations { get; set; }
[<System.Configuration.ConfigurationProperty("maxConcurrentCompilations", DefaultValue=1)>]
member this.MaxConcurrentCompilations : int with get, set
Public Property MaxConcurrentCompilations As Integer
Eigenschaftswert
true
, wenn der "maxConcurrentCompilations" Konfigurationswert im Kompilierungsabschnitt festgelegt wird; andernfalls false
.
- Attribute