CompareProjectProperty.ConditionValid Property
Gets or sets a value that indicates whether the condition is valid. True if the comparison condition is valid; 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 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
See Also
Reference
CompareProjectProperty Members