Share via


VersionsDataSet.VersionsRow.Build property

Specifies the minimum build number of the Project Professional version required to connect with Project Server.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property Build As Integer
    Get
    Set
'Usage
Dim instance As VersionsDataSet.VersionsRow
Dim value As Integer

value = instance.Build

instance.Build = value
public int Build { get; set; }

Property value

Type: System.Int32

Remarks

The Project Professional 2007 Service Pack 1 version with the December 2008 cumulative update is 12.0.6320.5000. The Build value is 6320.

See also

Reference

VersionsDataSet.VersionsRow class

VersionsDataSet.VersionsRow members

WebSvcAdmin namespace