Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
An operator that compares project properties.
See also
Reference
CompareProjectProperty members