How can I get current user guid in MS project?
This guid should be equals to guid from
ProjectDataSet.Project[i].PROJ_CHECKOUTBY
if I do a CheckOut.
I need to check: "is project checked out by me?"
There is class Resource (WebSvcResource)
Resource.GetCurrentUserUid();
This method returns user guid.