Share via


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

プロパティ値

パフォーマンス カウンターが有効な場合は true、それ以外の場合は false

属性

適用対象