Admin.SetProjectProfessionalMinimumBuildNumbers Method

Sets the minimum Project Professional version number that can connect to 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
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/SetProjectProfessionalMinimumBuildNumbers", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub SetProjectProfessionalMinimumBuildNumbers ( _
    versions As VersionsDataSet _
)
'Usage
Dim instance As Admin
Dim versions As VersionsDataSet

instance.SetProjectProfessionalMinimumBuildNumbers(versions)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/SetProjectProfessionalMinimumBuildNumbers", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void SetProjectProfessionalMinimumBuildNumbers(
    VersionsDataSet versions
)

Parameters

  • versions
    Type: [Admin Web service].VersionsDataSet
    Specifies the list of Project Professional versions, separated by commas, that can connect with Project Server. The VersionsDataSet.VersionsDataTable contains one row for each version number.

Remarks

For example, if a Project Professional version is 14.0.3217.1000, the major release is 14, the minor release is 0, and the build number is 3217.1000.

The Additional Server Settings page in Project Web App (https://ServerName/ProjectServerName/_layouts/pwa/Admin/ServerConfig.aspx) includes the Project Professional versions setting.

Project Server Permissions

Permission

Description

ManageServerConfiguration

Allows a user to manage the configuration information for Project Server. Global permission.

See Also

Reference

Admin Class

Admin Members

Admin Web Service