CompareProjectProperty.CompareOperator Property
Gets or sets the property comparison operator.
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 CompareOperator As ProjectPropertyCompareOperator
Get
Set
'Usage
Dim instance As CompareProjectProperty
Dim value As ProjectPropertyCompareOperator
value = instance.CompareOperator
instance.CompareOperator = value
[BrowsableAttribute(true)]
public ProjectPropertyCompareOperator CompareOperator { get; set; }
Property Value
Type: Microsoft.Office.Project.Server.Library.ProjectPropertyCompareOperator
See Also
Reference
CompareProjectProperty Members