CompilationSection.MaxConcurrentCompilations Eigenschaft

Definition

Ruft ab oder legt fest, ob der Konfigurationswert "maxConcurrentCompilations" im Kompilierungsbereich 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

truewenn der Konfigurationswert "maxConcurrentCompilations" im Abschnitt "Kompilierung" festgelegt ist; andernfalls . false

Attribute

Gilt für: