DiagnosticSection::WmiProviderEnabled Property

 

Gets or sets a value that specifies whether the WMI provider for the assembly is enabled.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("wmiProviderEnabled", DefaultValue = false)]
property bool WmiProviderEnabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the WMI provider for the assembly is enabled; otherwise, false. The default is false.

The WMI provider is required for users to gain runtime access to the inspection and control features of WCF.

.NET Framework
Available since 3.0
Return to top
Show: