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

属性

適用対象