Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents system properties such as namespace, server name and path.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Inheritance Hierarchy
System.Object
Microsoft.Management.Infrastructure.CimSystemProperties
Syntax
public class CimSystemProperties
public ref class CimSystemProperties
type CimSystemProperties = class end
Public Class CimSystemProperties
Properties
Name | Description | |
---|---|---|
![]() |
ClassName | Gets the class name of the CIM object. |
![]() |
Namespace | Gets the namespace of the CIM object. |
![]() |
Path | Currently not implemented. |
![]() |
ServerName | Gets the name of the server the CIM object originated from. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Management.Infrastructure Namespace
Return to top