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 metadata associated with the current CimInstance object.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CimClass CimClass { get; }
public:
property CimClass^ CimClass {
CimClass^ get();
}
member CimClass : CimClass with get
Public ReadOnly Property CimClass As CimClass
Property Value
Type: Microsoft.Management.Infrastructure.CimClass
The class metadata associated with the current CimInstance object.
See Also
CimInstance Class
Microsoft.Management.Infrastructure Namespace
Return to top