Project.ReadProjectImpacts method
Reads impacts of the specified project, for portfolio analysys.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadProjectImpacts", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadProjectImpacts ( _
projectUid As Guid, _
store As DataStoreEnum _
) As ProjectImpactDataSet
'Usage
Dim instance As Project
Dim projectUid As Guid
Dim store As DataStoreEnum
Dim returnValue As ProjectImpactDataSet
returnValue = instance.ReadProjectImpacts(projectUid, _
store)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadProjectImpacts", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ProjectImpactDataSet ReadProjectImpacts(
Guid projectUid,
DataStoreEnum store
)
Parameters
projectUid
Type: System.GuidThe GUID of the project.
store
Type: WebSvcProject.DataStoreEnumSpecifies the Draft, Published, or Archive database.
Return value
Type: WebSvcProject.ProjectImpactDataSet
Contains the project impact data.
Remarks
ReadProjectImpacts is a new method in Project Server 2013.
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to open a project from Project Server. Category permission. |