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

如果编译部分的“maxConcurrentCompilations”配置值已设置,则为 true;否则为 false

属性

适用于