VersionConstants Class
Contains the installed version, build, and revision numbers of Project Server.
Inheritance Hierarchy
System.Object
Microsoft.Office.Project.Server.Library.VersionConstants
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public NotInheritable Class VersionConstants
'Usage
Dim instance As VersionConstants
public sealed class VersionConstants
Remarks
To get the installed version, build, and revision numbers, you can also use the ReadServerVersion() method.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.