ComputerInfo.BiosSMBIOSPresent 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, the SMBIOS is available on this computer system
public:
property Nullable<bool> BiosSMBIOSPresent { Nullable<bool> get(); };
public bool? BiosSMBIOSPresent { get; }
member this.BiosSMBIOSPresent : Nullable<bool>
Public ReadOnly Property BiosSMBIOSPresent As Nullable(Of Boolean)