Share via


Workflow.ReadStrategicImpactBehaviorForCurrentWorkflowStage method

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

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcWorkflow namespace