次の方法で共有


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