3

Possible Duplicate:
How to get the current OS version of Windows Phone?

How to get installed OS version number on the Windows Phone 7?

Community
  • 1
  • 1
giacoder
  • 980
  • 8
  • 21

2 Answers2

4

You can use :

Environment.OSVersion.Version
Nasreddine
  • 36,610
  • 17
  • 75
  • 94
2

System.Environment.OSVersion should do the trick: http://msdn.microsoft.com/en-us/library/system.environment.osversion.aspx

Kevin Gosse
  • 38,392
  • 3
  • 78
  • 94