VersionConstants class

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("The VersionConstants class is deprecated.  The information within is available by using the AssemblyName class.")> _
Public NotInheritable Class VersionConstants
'Usage
Dim instance As VersionConstants
[ObsoleteAttribute("The VersionConstants class is deprecated.  The information within is available by using the AssemblyName class.")]
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.

See also

Reference

VersionConstants members

Microsoft.Office.Project.Server.Library namespace