I am trying to get the entry ID of a notice I am posting successfuly.
But the entry ID returns 'Google.GData.Atom.ClientId' I was hoping to
get the actual EntryId of the notice I posted.
postedNoticeEntry = service.Insert(new Uri("https://www.google.com/h9/
feeds/register/default"), newNotice);
string id = postedNoticeEntry.Id.ToString();
How to get the entry ID?
--
You received this message because you are subscribed to the Google Groups
"Google Health Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/googlehealthdevelopers?hl=en.