EasClientDeviceInformation.SystemHardwareVersion Property

Definition

Gets the system hardware version of the local device.

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

Property Value

String

Platform::String

winrt::hstring

A string containing the system hardware version of the local device.

Remarks

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

Applies to