EasClientDeviceInformation.SystemSku Property

Definition

Gets the system SKU of the local device.

public:
 property Platform::String ^ SystemSku { Platform::String ^ get(); };
winrt::hstring SystemSku();
public string SystemSku { get; }
var string = easClientDeviceInformation.systemSku;
Public ReadOnly Property SystemSku As String

Property Value

String

Platform::String

winrt::hstring

A string containing the system SKU of the local device.

Remarks

The SystemSku property is retrieved from the registry. If the registry can't be read for any reason, SystemSku is returned as an empty string. If SystemSku is not empty, SystemSku is recommended to be used as the Model string. Otherwise, you can use SystemManufacturer and SystemProductName to compose SystemSku.

Applies to