다음을 통해 공유


ProjectWorkflowContext.StageUid property

Gets or sets the current stage or the next stage of the workflow.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Property StageUid As Guid
    Get
    Set
'Usage
Dim instance As ProjectWorkflowContext
Dim value As Guid

value = instance.StageUid

instance.StageUid = value
public Guid StageUid { get; set; }

Property value

Type: System.Guid
The GUID of the current stage or the next stage.

Remarks

When SkipToStage is True, StageUid specifies the next stage.

See also

Reference

ProjectWorkflowContext class

ProjectWorkflowContext members

Microsoft.Office.Project.Server.Library namespace