Task.ActualWorkProtected Property
Project Developer Reference |
In Project 2003, returns or sets the protected actual work (in minutes) for a Task object. Read/write Variant. Not used in later versions of Project.
Syntax
expression.ActualWorkProtected
expression A variable that represents a Task object.
Return Value
Variant
Remarks
In Project 2007 and later versions, the ActualWork property is synchronized with protected actuals, so the ActualWorkProtected property always returns 0. Protected actuals can only be associated with enterprise resources.
See Also