Hi, I am trying to develop a Windwos Store App for Project Web Application(PWA) operations. I read the following link and know know to use OData to query the PWA data, like the project and task's properties.
http://msdn.microsoft.com/en-us/library/office/jj163048.aspx
Ther performance is really good. However, since I want to achieve all the CRUD functions, I want to know whether there is a way to use OData to modify the value of a task or project or an assignment. If possible, can you give me an example in c# code? Thanks a lot!
Qingye Jiang