CimClass.CimSuperClassName Property
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