DiagnosticSection::WmiProviderEnabled Property
.NET Framework (current version)
Gets or sets a value that specifies whether the WMI provider for the assembly is enabled.
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::Booleantrue 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
Available since 3.0
Show: