获取 MS Project 中的当前用户
Get current user in MS Project
如何在 MS 项目中获取当前用户 guid?
此 guid 应等于来自
的 guid
ProjectDataSet.Project[i].PROJ_CHECKOUTBY
如果我结帐。
我需要检查:"is project checked out by me?"
有 class 资源 (WebSvcResource)
Resource.GetCurrentUserUid();
此方法 returns 用户 guid。
如何在 MS 项目中获取当前用户 guid?
此 guid 应等于来自
ProjectDataSet.Project[i].PROJ_CHECKOUTBY
如果我结帐。
我需要检查:"is project checked out by me?"
有 class 资源 (WebSvcResource)
Resource.GetCurrentUserUid();
此方法 returns 用户 guid。