次の方法で共有


ProjectWorkflowContext.SkipToStage Property

Gets or sets a value that indicates whether the workflow will skip to a specific stage.

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

Syntax

'Declaration
Public Property SkipToStage As Boolean
    Get
    Set
'Usage
Dim instance As ProjectWorkflowContext
Dim value As Boolean

value = instance.SkipToStage

instance.SkipToStage = value
public bool SkipToStage { get; set; }

Property Value

Type: System.Boolean
True if the workflow will skip to another stage; otherwise, false.

Remarks

When SkipToStage is True, the StageUid field contains the GUID of the next stage.

See Also

Reference

ProjectWorkflowContext Class

ProjectWorkflowContext Members

Microsoft.Office.Project.Server.Library Namespace