ActualStartDrivers.TotalDetectedCount Property
Project Developer Reference |
Returns the actual number of CalendarStart drivers. Read-only Long.
Syntax
expression.TotalDetectedCount
expression A variable that represents an ActualStartDrivers object.
Return Value
Long
Remarks
Actual Start Drivers are assignments that are affecting the start date of a task because they have actual work on the first day of the task.
Example
The following example displays TotalDetectedCount for each task in the active project. The example assumes there are no more than five assignments whose start dates are the same as the task's start date.
Visual Basic for Applications |
---|
|
See Also