DiagnosticSection.PerformanceCountersEnabled 속성

정의

진단 용도로 성능 카운터를 사용할지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

public:
 property bool PerformanceCountersEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("performanceCountersEnabled", DefaultValue=true)]
public bool PerformanceCountersEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("performanceCountersEnabled", DefaultValue=true)>]
member this.PerformanceCountersEnabled : bool with get, set
Public Property PerformanceCountersEnabled As Boolean

속성 값

Boolean

성능 카운터를 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상