ComputerInfo.BiosSMBIOSMajorVersion 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.
SMBIOS major version number. This property is null if SMBIOS is not found
public:
property Nullable<System::UInt16> BiosSMBIOSMajorVersion { Nullable<System::UInt16> get(); };
public ushort? BiosSMBIOSMajorVersion { get; }
member this.BiosSMBIOSMajorVersion : Nullable<uint16>
Public ReadOnly Property BiosSMBIOSMajorVersion As Nullable(Of UShort)