ComputerInfo.CsBootROMSupported 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, indicates whether a boot ROM is supported
public:
property Nullable<bool> CsBootROMSupported { Nullable<bool> get(); };
public bool? CsBootROMSupported { get; }
member this.CsBootROMSupported : Nullable<bool>
Public ReadOnly Property CsBootROMSupported As Nullable(Of Boolean)