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
Remarks
When the AlwaysWait property is True, the workflow always waits at the SetProjectStage activity. The default value is False.