GetTaskResponse 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.
Response for Remove assignees from a task
public class GetTaskResponse
type GetTaskResponse = class
Public Class GetTaskResponse
- Inheritance
-
GetTaskResponse
Constructors
| Name | Description |
|---|---|
| GetTaskResponse() | |
Properties
| Name | Description |
|---|---|
| AppliedCategories |
appliedCategories |
| Assignments |
_assignments |
| BucketId |
The id of the bucket this task belongs to. |
| CompletedDateTime |
The datetime the task was completed. |
| CreatedBy |
createdBy |
| CreatedDateTime |
The datetime the task was created. |
| DueDateTime |
The datetime the task is due. |
| HasDescription |
Set to true if the task has a description. |
| Id |
The id of the task. |
| PercentComplete |
The completion percentage of the task. |
| PlanId |
The id of the plan this task belongs to. |
| ReferenceCount |
The number of external references that exist on the task. |
| StartDateTime |
The start datetime of the task. |
| Title |
The title of the task. |