UpdateProjectProperty.FlagPropertyValue Property
Gets or sets the value of the Flag property that is used for the update.
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 UpdateProjectProperty
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 that is specified is a Boolean value, FlagPropertyValue is the value that is used in the update. If the specified property is not a Boolean value, FlagPropertyValue is ignored.