ManagementPath Properties
.NET Framework 4.5
The ManagementPath type exposes the following members.
| Name | Description | |
|---|---|---|
|
ClassName | Gets or sets the class portion of the path. |
|
DefaultPath | Gets or sets the default scope path used when no scope is specified. The default scope is \\.\root\cimv2, and can be changed by setting this property. |
|
IsClass | Gets or sets a value indicating whether this is a class path. |
|
IsInstance | Gets or sets a value indicating whether this is an instance path. |
|
IsSingleton | Gets or sets a value indicating whether this is a singleton instance path. |
|
NamespacePath | Gets or sets the namespace part of the path. Note that this does not include the server name, which can be retrieved separately. |
|
Path | Gets or sets the string representation of the full path in the object. |
|
RelativePath | Gets or sets the relative path: class name and keys only. |
|
Server | Gets or sets the server part of the path. |