CimClass.CimSuperClass Property
Gets the superclass schema for the current CimClass.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CimClass CimSuperClass { get; }
public:
property CimClass^ CimSuperClass {
CimClass^ get();
}
member CimSuperClass : CimClass with get
Public ReadOnly Property CimSuperClass As CimClass
Property Value
Type: Microsoft.Management.Infrastructure.CimClass
The parent CimClass object.
See Also
CimClass Class
Microsoft.Management.Infrastructure Namespace
Return to top