Get Application Title from Windows Phone
- by psheriff
In a Windows Phone application that I am currently developing I needed to be able to retrieve the Application Title of the phone application. You can set the Deployment Title in the Properties of your Windows Phone Application, however getting to this value programmatically can be a little tricky.
This article assumes that you have Visual Studio…