SmbiosInformation SmbiosInformation SmbiosInformation SmbiosInformation Class

Definition

Enables access to properties from the SMBIOS for the system.

public : static class SmbiosInformationpublic static class SmbiosInformationPublic Static Class SmbiosInformation// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.System.Profile.SystemManufacturers.SystemManufacturersContract (introduced v1)

Properties

SerialNumber SerialNumber SerialNumber SerialNumber

Gets the serial number from the SMBIOS for the system.

public : static PlatForm::String SerialNumber { get; }public static string SerialNumber { get; }Public Static ReadOnly Property SerialNumber As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The serial number.

Remarks

The SerialNumber property securely retrieves the serial number from the SMBIOS for the system. This property is partial trust, so in a Windows Store app, you must specify the app in the system's metadata before retrieving any properties.

OEM use the SerialNumber property to aid in identification of devices for servicing and troubleshooting operations.