Share via


CompareProjectProperty.WaitUntilValueIsSet property

Gets or sets a value that indicates whether the project property comparison waits until the property value is set.

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
True if the project property comparison waits until the property value is set; otherwise, False.

Remarks

The default value of the WaitUntilValueIsSet property is False.

See also

Reference

CompareProjectProperty class

CompareProjectProperty members

Microsoft.Office.Project.Server.Workflow namespace

WaitUntilValueIsSetProperty