How to Get the Name of the Windows Phone Device which is identified by the remote peers ?

How to Get the Name of the Windows Phone Device which is identified by the remote peers ?

string Name = Windows.Networking.Proximity.PeerFinder.DisplayName;
MessageBox.Show(Name);
%d