ComputerInfo.BiosFirmwareType Property

Definition

Firmware type of the local computer.

public:
 property Nullable<Microsoft::PowerShell::Commands::FirmwareType> BiosFirmwareType { Nullable<Microsoft::PowerShell::Commands::FirmwareType> get(); };
public Microsoft.PowerShell.Commands.FirmwareType? BiosFirmwareType { get; }
member this.BiosFirmwareType : Nullable<Microsoft.PowerShell.Commands.FirmwareType>
Public ReadOnly Property BiosFirmwareType As Nullable(Of FirmwareType)

Property Value

Remarks

This is acquired via the GetFirmwareType Windows API function

Applies to