SetProjectStage.AlwaysWait 属性
获取或设置一个值,指定是否工作流始终在等待SetProjectStage的活动,即使在没有必需的自定义字段。
命名空间: Microsoft.Office.Project.Server.Workflow
程序集: Microsoft.Office.Project.Server.Workflow(位于 Microsoft.Office.Project.Server.Workflow.dll 中)
语法
声明
<BrowsableAttribute(True)> _
Public Property AlwaysWait As Boolean
Get
Set
用法
Dim instance As SetProjectStage
Dim value As Boolean
value = instance.AlwaysWait
instance.AlwaysWait = value
[BrowsableAttribute(true)]
public bool AlwaysWait { get; set; }
属性值
类型:System.Boolean
True如果在工作流始终等待 ;否则为False。
备注
TrueAlwaysWait属性时,该工作流将总是在SetProjectStage的活动。默认值是False。