UpdateTaskRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
UpdateTask_Request_V3
public class UpdateTaskRequest
type UpdateTaskRequest = class
Public Class UpdateTaskRequest
- Inheritance
-
UpdateTaskRequest
Constructors
| Name | Description |
|---|---|
| UpdateTaskRequest() | |
Properties
| Name | Description |
|---|---|
| AppliedCategories |
appliedCategories |
| BucketId |
The bucket to place this task in. |
| DueDateTime |
The datetime the task is due (Ex. '2018-04-13T00:42:19.284Z'). |
| PercentComplete |
The completion percentage of the task. |
| StartDateTime |
The datetime the task starts (Ex. '2018-04-13T00:42:19.284Z'). |
| Title |
The title of the plan (maximum of 255 chars). |