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.
Gets the class name of the CIM object.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public string ClassName { get; }
public:
property String^ ClassName {
String^ get();
}
member ClassName : string with get
Public ReadOnly Property ClassName As String
Property Value
Type: System.String
Class name of the CIM object.
See Also
CimSystemProperties Class
Microsoft.Management.Infrastructure Namespace
Return to top