Admin.GetProjectProfessionalMinimumBuildNumbers Method
Reads 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/GetProjectProfessionalMinimumBuildNumbers", 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 Function GetProjectProfessionalMinimumBuildNumbers As VersionsDataSet
'Usage
Dim instance As Admin
Dim returnValue As VersionsDataSet
returnValue = instance.GetProjectProfessionalMinimumBuildNumbers()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/GetProjectProfessionalMinimumBuildNumbers", 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 VersionsDataSet GetProjectProfessionalMinimumBuildNumbers()
Return Value
Type: [Admin Web service].VersionsDataSet
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 VersionsDataTable contains one row for each of the minimum accepted version numbers.
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 |
---|---|
Allows a user to log on to Project Server. Global permission. |