WmiConfigurationAttribute Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the T:System.Management.WmiConfigurationAttribute class that specifies the WMI namespace in which the WMI provider will expose classes.
Assembly: System.Core (in System.Core.dll)
Parameters
- scope
-
Type:
System::String^
The WMI namespace in which the provider will expose classes. For example, "root\MyProviderNamespace".
A WMI provider must expose its classes in a namespace. That is why the constructor requires scope as a parameter.
.NET Framework
Available since 3.5
Available since 3.5
Show: