Share via


DiagnosticSection.WmiProviderEnabled プロパティ

定義

アセンブリの WMI プロバイダーが有効であるかどうかを指定する値を取得または設定します。

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

プロパティ値

アセンブリの WMI プロバイダーが有効な場合は true。それ以外の場合は false。 既定値は、false です。

属性

注釈

WMI プロバイダーは、ユーザーが WCF の検査および制御機能へのランタイム アクセスを取得するために必要です。

適用対象