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