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 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