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