문제

How do I get the version of the currently installed Project Server in C# using PSI (ProjectServer Interface)?

I looked around the ProjectServer (bad) api documentation and couldn't find a property or method that returns the version.

도움이 되었습니까?

해결책

You can use the ReadServerVersion method from the Admin Web Service for that. For more information: http://msdn.microsoft.com/en-us/library/office/websvcadmin.admin.readserverversion_di_pj14mref(v=office.15).aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top