EasClientDeviceInformation.SystemSku 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.
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
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.