Share via


Workflow.ReadStrategicImpactBehaviorForCurrentWorkflowStage Method

Gets a value that represents the strategic effect of the current workflow stage of the specified project.

Namespace:  [Workflow Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Workflow.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Workflow.asmx?wsdl

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/ReadStrategicImpactBehaviorForCurrentWorkflowStage", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Workflow/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Workflow/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadStrategicImpactBehaviorForCurrentWorkflowStage ( _
    projectUid As Guid _
) As Integer
'Usage
Dim instance As Workflow
Dim projectUid As Guid
Dim returnValue As Integer

returnValue = instance.ReadStrategicImpactBehaviorForCurrentWorkflowStage(projectUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Workflow/ReadStrategicImpactBehaviorForCurrentWorkflowStage", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Workflow/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Workflow/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public int ReadStrategicImpactBehaviorForCurrentWorkflowStage(
    Guid projectUid
)

Parameters

  • projectUid
    Type: System.Guid
    The GUID of the project.

Return Value

Type: System.Int32

Remarks

Project Server Permissions

Permission

Description

Non-Standard

The user must have the OpenProject category permission for the specified project.

See Also

Reference

Workflow Class

Workflow Members

Workflow Web Service