Admin.GetProjectProfessionalMinimumBuildNumbers method
Reads the minimum Project Professional version number that can connect to Project Server.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcAdmin.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. |