다음을 통해 공유


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입니다.

특성

적용 대상