ProviderTaskUpdate members

Class containing updatable properties for the task.

The ProviderTaskUpdate type exposes the following members.

Properties

  Name Description
Public property ActualWork The actual amount of time that is spent on the task.
Public property CreatedInProvider The creation date and time of the task.
Public property DueDate The due date of the task.
Public property EditUrl A link to edit a custom page associated with the task.
Public property IsCompleted A boolean value set to true if the task is complete.
Public property LastModifiedInProvider Last modified date of the task.
Public property Location The location of the task in the provider.
Public property Name Display name of the task.
Public property PercentComplete Task completion percent.
Public property SerializedCustomDataForClient A JSON string of data about the task.
Public property StartDate Start date of the task.
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

ProviderTaskUpdate class

Microsoft.Office.Server.WorkManagement.ProviderOM namespace