November 2007
Intermediate to advanced
928 pages
26h 9m
English
TaskType exposes the properties shown in Table 11-1. In some cases, the comments supplied in the table will be enough to give you an understanding of the property. However, a number of the properties need additional explanation and will be addressed after the table.
Table 11-1. Task Specific Properties
Property | Type | Comment |
|---|---|---|
ActualWork | int | Represents the actual amount of work expended on the task. Measured in minutes. |
AssignedTime | DateTime | Time the task was assigned to the current owner. |
BillingInformation | String | Billing information associated with this task. |
ChangeCount | int | How many times this task has been acted upon (sent, accepted, etc.). This is simply a way to resolve conflicts when the delegator sends multiple updates. Also known as TaskVersion ... |