Windows Phone 7 : How to get the device name
Below is how you can retrieve the phone name.
//Phone Name
var PhoneName = Microsoft.Phone.Info.DeviceStatus.DeviceName;
textBlock1.Text += Environment.NewLine + PhoneName.ToString();
Namoskar!!!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Below is how you can retrieve the phone name.
//Phone Name
var PhoneName = Microsoft.Phone.Info.DeviceStatus.DeviceName;
textBlock1.Text += Environment.NewLine + PhoneName.ToString();
Namoskar!!!