Freigeben über


CompilationSection.MaxConcurrentCompilations Eigenschaft

Definition

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

Int32

true, wenn der "maxConcurrentCompilations" Konfigurationswert im Kompilierungsabschnitt festgelegt wird; andernfalls false.

Attribute

Gilt für