Project.UpdateProjectStageStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public void UpdateProjectStageStatus (Microsoft.ProjectServer.Client.Stage stage, string statusInformation, Microsoft.ProjectServer.Client.UpdateProjectStageStatusFieldValue stageStatusValue, bool append);
member this.UpdateProjectStageStatus : Microsoft.ProjectServer.Client.Stage * string * Microsoft.ProjectServer.Client.UpdateProjectStageStatusFieldValue * bool -> unit
Parameters
- stage
- Stage
- statusInformation
- String
- stageStatusValue
- UpdateProjectStageStatusFieldValue
- append
- Boolean
- Attributes