Sdílet prostřednictvím


CompilationSection.MaxConcurrentCompilations Vlastnost

Definice

Získá nebo nastaví, zda je nastavena hodnota konfigurace maxConcurrentCompilations v oddílu Kompilace.

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

Hodnota vlastnosti

Int32

truepokud je nastavena hodnota konfigurace maxConcurrentCompilations v části Kompilace; v opačném případě . false

Atributy

Platí pro