Possible Duplicate:
How to get the current OS version of Windows Phone?
How to get installed OS version number on the Windows Phone 7?
Possible Duplicate:
How to get the current OS version of Windows Phone?
How to get installed OS version number on the Windows Phone 7?
You can use :
Environment.OSVersion.Version
System.Environment.OSVersion should do the trick: http://msdn.microsoft.com/en-us/library/system.environment.osversion.aspx