CompilationSection.MaxConcurrentCompilations Свойство

Определение

Возвращает или задает значение конфигурации maxConcurrentCompilations в разделе компиляции.

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

Значение свойства

true Значение конфигурации maxConcurrentCompilations в разделе компиляции установлено; falseв противном случае .

Атрибуты

Применяется к