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!!!
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
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!!!