CompilationSection.MaxConcurrentCompilations 属性
定义
获取或设置编译部分的“maxConcurrentCompilations”配置值是否已设置。Gets or sets whether the " maxConcurrentCompilations" configuration value in the Compilation section is set.
public:
property int MaxConcurrentCompilations { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxConcurrentCompilations", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public int MaxConcurrentCompilations { get; set; }
[<System.Configuration.ConfigurationProperty("maxConcurrentCompilations", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.MaxConcurrentCompilations : int with get, set
Public Property MaxConcurrentCompilations As Integer
属性值
如果编译部分的“maxConcurrentCompilations”配置值已设置,则为 true;否则为 false。true if the " maxConcurrentCompilations" configuration value in the Compilation section is set; otherwise, false.
- 属性