Project.UpdateProjectStageStatus method

Updates the status of a workflow stage for the project.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Sub UpdateProjectStageStatus ( _
    stage As Stage, _
    statusInformation As String, _
    stageStatusValue As UpdateProjectStageStatusFieldValue, _
    append As Boolean _
)
'Usage
Dim instance As Project
Dim stage As Stage
Dim statusInformation As String
Dim stageStatusValue As UpdateProjectStageStatusFieldValue
Dim append As Boolean

instance.UpdateProjectStageStatus(stage, _
    statusInformation, stageStatusValue, _
    append)
[RemoteAttribute]
public void UpdateProjectStageStatus(
    Stage stage,
    string statusInformation,
    UpdateProjectStageStatusFieldValue stageStatusValue,
    bool append
)

Parameters

  • append
    Type: System.Boolean

    True if the status message is appended to the current stage status; False if the status message overwrites the current status.

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace