Share via


CompareProjectProperty.ConditionValid property

Gets or sets a value that indicates whether the condition is valid.

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

value = instance.ConditionValid

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

Property value

Type: System.Boolean
True if the comparison condition is valid; otherwise, False.

See also

Reference

CompareProjectProperty class

CompareProjectProperty members

Microsoft.Office.Project.Server.Workflow namespace

ConditionValidProperty