CIM_SystemBIOS class

Associates a BIOS with a computer system.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Abstract, Association, Aggregation, Version("2.7.0"), AMENDMENT]
class CIM_SystemBIOS : CIM_SystemComponent
{
  CIM_ComputerSystem REF GroupComponent;
  CIM_BIOSElement    REF PartComponent;
};

Members

The CIM_SystemBIOS class has these types of members:

Properties

The CIM_SystemBIOS class has these properties.

GroupComponent

Data type: CIM_ComputerSystem

Access type: Read-only

Qualifiers: Aggregate, Override ("GroupComponent"), Max (1)

The computer system that boots from the BIOS.

PartComponent

Data type: CIM_BIOSElement

Access type: Read-only

Qualifiers: Override ("PartComponent")

The BIOS.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
End of client support
None supported
End of server support
Windows Server 2012 R2
Namespace
Root\virtualization
MOF
WindowsVirtualization.mof

See also

CIM_SystemComponent