Share via


SetProjectStage.AlwaysWait property

Gets or sets a value that specifies whether the workflow always waits at the SetProjectStage activity, even when there are no required custom fields.

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 AlwaysWait As Boolean
    Get
    Set
'Usage
Dim instance As SetProjectStage
Dim value As Boolean

value = instance.AlwaysWait

instance.AlwaysWait = value
[BrowsableAttribute(true)]
public bool AlwaysWait { get; set; }

Property value

Type: System.Boolean
True if the workflow always waits; otherwise, False.

Remarks

When the AlwaysWait property is True, the workflow always waits at the SetProjectStage activity. The default value is False.

See also

Reference

SetProjectStage class

SetProjectStage members

Microsoft.Office.Project.Server.Workflow namespace

AlwaysWaitProperty