ComputerInfo.BiosFirmwareType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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