Get current user in MS Project

101 Views Asked by At

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?"

1

There are 1 best solutions below

0
On BEST ANSWER

There is class Resource (WebSvcResource)

Resource.GetCurrentUserUid();

This method returns user guid.