TaskRequest 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.
TaskRequest
public class TaskRequest
type TaskRequest = class
Public Class TaskRequest
- Inheritance
-
TaskRequest
Constructors
| Name | Description |
|---|---|
| TaskRequest() | |
Properties
| Name | Description |
|---|---|
| DueDateTime |
yyyy-MM-dd HH:mm:ss |
| IsCompleted |
A boolean value determining whether or not the task is completed. |
| IsTaskVisible |
A boolean value determining whether or not the task is publicly visible. |
| TaskDetails |
The details of the task. |
| TaskPriority |
The priority of the task. |
| TaskStatus |
The status of the task. |
| TaskTitle |
The title of the task. |