UpdateProjectStageStatus.StageUid property
Gets or sets the GUID of the stage to update.
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 StageUid As Guid
Get
Set
'Usage
Dim instance As UpdateProjectStageStatus
Dim value As Guid
value = instance.StageUid
instance.StageUid = value
[BrowsableAttribute(true)]
public Guid StageUid { get; set; }
Property value
Type: System.Guid
Remarks
In the Properties pane, you can directly set the GUID value of the StageUid property. You can also set the value to the workflow and code path, for example, Activity=MyWorkflow, Path=stage2Guid.
See also
Reference
UpdateProjectStageStatus class
UpdateProjectStageStatus members