Task.Flag12 Property
Project Developer Reference |
True if the flag associated with a Task is set. Read/write Boolean.
Syntax
expression.Flag12
expression A variable that represents a Task object.
Return Value
Variant
Example
The following example deletes all the tasks that have the Flag1 set to True.
Visual Basic for Applications |
---|
|
See Also