UpdateProjectStageStatus.UpdateProjectStageStatusField Property
Specifies the general stage status (waiting for input, waiting for approval, or workflow processing).
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property UpdateProjectStageStatusField As UpdateProjectStageStatusFieldValue
Get
Set
'Usage
Dim instance As UpdateProjectStageStatus
Dim value As UpdateProjectStageStatusFieldValue
value = instance.UpdateProjectStageStatusField
instance.UpdateProjectStageStatusField = value
[BrowsableAttribute(true)]
public UpdateProjectStageStatusFieldValue UpdateProjectStageStatusField { get; set; }
Property Value
Type: Microsoft.Office.Project.Server.Library.UpdateProjectStageStatusFieldValue
Remarks
The UpdateProjectStageStatusField property can be set to one of the constants in the UpdateProjectStageStatusFieldValue enumeration. You can also select one of the following values in the drop-down list for the UpdateProjectStageStatusField property:
None
Waiting for Input
Waiting for Approval
Workflow Processing
See Also
Reference
UpdateProjectStageStatus Class
UpdateProjectStageStatus Members