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.

属性

适用于