UserDataTaskListCompleteTaskRequest.TaskListId Property

Definition

Gets the ID of the task list that contains the task that is to be marked as completed.

public:
 property Platform::String ^ TaskListId { Platform::String ^ get(); };
winrt::hstring TaskListId();
public string TaskListId { get; }
var string = userDataTaskListCompleteTaskRequest.taskListId;
Public ReadOnly Property TaskListId As String

Property Value

String

Platform::String

winrt::hstring

The task list that contains the task that is to be marked as completed.

Applies to