ComputerInfo.BiosPrimaryBIOS 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.
If true, this is the primary BIOS of the computer system
public:
property Nullable<bool> BiosPrimaryBIOS { Nullable<bool> get(); };
public bool? BiosPrimaryBIOS { get; }
member this.BiosPrimaryBIOS : Nullable<bool>
Public ReadOnly Property BiosPrimaryBIOS As Nullable(Of Boolean)