CompareProjectProperty.FlagPropertyValue Property
Gets or sets the value of the Flag property used in the comparison.
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 FlagPropertyValue As Boolean
Get
Set
'Usage
Dim instance As CompareProjectProperty
Dim value As Boolean
value = instance.FlagPropertyValue
instance.FlagPropertyValue = value
[BrowsableAttribute(true)]
public bool FlagPropertyValue { get; set; }
Property Value
Type: System.Boolean
Remarks
If the project property specified is a Boolean value, FlagPropertyValue is the value that is used in the comparison. If the specified property is not a Boolean value, FlagPropertyValue is ignored.
See Also
Reference
CompareProjectProperty Members