TaskManagementTask 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.
Model for a task in a task list.
public class TaskManagementTask
type TaskManagementTask = class
Public Class TaskManagementTask
- Inheritance
-
TaskManagementTask
Constructors
| TaskManagementTask(String, String, String, String, Boolean) |
Initializes a new instance of the TaskManagementTask class. |
Properties
| Due |
Task's due date/time. |
| Id |
ID of the task. |
| IsCompleted |
True if the task is completed, otherwise false. |
| Reminder |
Reminder date/time for the task. |
| Title |
Title of the task. |