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