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 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.