EasClientDeviceInformation.SystemFirmwareVersion Property

Definition

Gets the system firmware version of the local device.

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

Property Value

String

Platform::String

winrt::hstring

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

Remarks

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

Applies to