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

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

Int32

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

Атрибуты

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