SystemSupportDeviceInfo.SystemFirmwareVersion 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 firmware version of the local device.
public:
property Platform::String ^ SystemFirmwareVersion { Platform::String ^ get(); };
winrt::hstring SystemFirmwareVersion();
public string SystemFirmwareVersion { get; }
var string = systemSupportDeviceInfo.systemFirmwareVersion;
Public ReadOnly Property SystemFirmwareVersion As String
Property Value
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.