EasClientDeviceInformation.SystemProductName Property

Definition

Gets the system product name of the local device. Use SystemProductName only if the value of SystemSku is empty.

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

Property Value

String

Platform::String

winrt::hstring

A string containing the system product name of the local device. The value is fewer than 1024 characters long.

Remarks

SystemProductName is retrieved from the Windows Registry. If the Registry can't be read for any reason, SystemProductName returns an empty string.

Applies to