CompareProjectProperty.WaitUntilValueIsSet Property
True if the project property comparison waits until the property value is set; otherwise, False.
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 WaitUntilValueIsSet As Boolean
Get
Set
'Usage
Dim instance As CompareProjectProperty
Dim value As Boolean
value = instance.WaitUntilValueIsSet
instance.WaitUntilValueIsSet = value
[BrowsableAttribute(true)]
public bool WaitUntilValueIsSet { get; set; }
Property Value
Type: System.Boolean
Remarks
The default value of the WaitUntilValueIsSet property is False.
See Also
Reference
CompareProjectProperty Members