Driver.ReadPrioritizationList Method
Reads the list of prioritizations for business strategy drivers.
Namespace: [Driver Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Driver.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Driver.asmx?wsdl
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Driver/ReadPrioritizationList", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Driver/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Driver/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadPrioritizationList As DriverPrioritizationDataSet
'Usage
Dim instance As Driver
Dim returnValue As DriverPrioritizationDataSet
returnValue = instance.ReadPrioritizationList()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Driver/ReadPrioritizationList", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Driver/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Driver/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public DriverPrioritizationDataSet ReadPrioritizationList()
Return Value
Type: [Driver Web service].DriverPrioritizationDataSet
Contains basic information about each prioritization.
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to create portfolio analyses. Global permission. |
|
Allows a user to create or edit prioritizations for project portfolio analyses. Global permission. |