CompilationSection.MaxConcurrentCompilations Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee wordt opgehaald of ingesteld of de configuratiewaarde maxConcurrentCompilations in de sectie Compilatie is ingesteld.
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
Waarde van eigenschap
true als de configuratiewaarde maxConcurrentCompilations in de sectie Compilatie is ingesteld; anders, false.
- Kenmerken