Get OS Info of Windows phone

Posted by Unknown
Get Operating system(OS) information in windows phone 7 application

In this post am going to explain you how get Operating system(OS) information of windows phone 7 application

Here is very small code snippet which will get the Operating system(OS)  information 


public string GetOSVersion()
{
 string  OSVersion=Environment.OSVersion.Version.ToString();
return OSVersion;
}


Hope this will helps you
Labels: ,

Post a Comment

 
test