Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

microsoft.phone.userdata.contact.id

I'm working with a new Windows Phone 8 App, and trying to list the contacts on the phone.

In debug mode I can see the member Id (Contact.Id) with small blue icon next to the member (not an extension) but I can't access this member in programming mode, and can't view it when typing A = Contact.Id !, and can't find any document about it event on Microsoft site I can't find the member: microsoft.phone.userdata.contact.id what is the type of this member?

ID

like image 477
Sameh Avatar asked Feb 25 '26 02:02

Sameh


1 Answers

I just realized that

contact.GetHashCode()

returns the exact same number as the Id property seen in the variable window drilldown. Not sure how reliable it is, and how reliable it will be in the future.

like image 149
esskar Avatar answered Feb 28 '26 03:02

esskar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!