Share via


CompilationSection.MaxConcurrentCompilations プロパティ

定義

Compilation セクションの "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

プロパティ値

Compilation セクションの "maxConcurrentCompilations" 構成値が設定されている場合は true。それ以外の場合は false

属性

適用対象