TaskUpdateValues members

Class containing updatable properties for the task by the aggregator.

The TaskUpdateValues type exposes the following members.

Properties

  Name Description
Public property ActualWork The actual amount of time that is spent on the task.
Public property DueDate The due date of the task in UTC time.
Public property DueDateLocal The due date of the task in Local time.
Public property IsCompleted A boolean value set to true if the task is complete.
Public property Name Display name of the task.
Public property PercentComplete Task completion percent.
Public property StartDate The start date of the task in UTC time.
Public property StartDateLocal The start date of the task in Local time.
Public property TotalWork Total amount of work plus overtime for the task.

Top

Methods

  Name Description
Public method ToString (Inherited from Object.)

Top

See also

Reference

TaskUpdateValues class

Microsoft.Office.Server.WorkManagement.ProviderOM namespace