VersionsDataSet.VersionsRow.Build Property
Specifies the minimum build number of the Project Professional version required to connect with Project Server.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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