ComputerInfo.BiosSMBIOSMinorVersion Property

Definition

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)

Property Value

Applies to