This topic has not yet been rated - Rate this topic

DeviceStatus.DeviceFirmwareVersion Property

July 26, 2012

Returns the firmware version running on the device.

Namespace:  Microsoft.Phone.Info
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
public static string DeviceFirmwareVersion { get; }

Property Value

Type: System.String
Returns String.

This property does not return the OS version, which can be retrieved using System.Environment. We recommend that the value be a string that can be parsed as a System.Version structure and that it be incremented in a logical manner as newer hardware is released, but this is not required. This value may be empty.

For more information about the DeviceStatus API, see Device Status for Windows Phone.

Windows Phone OS

Supported in: 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.