UserDataTaskListCreateOrUpdateTaskRequest.TaskListId Property

Definition

Gets the ID of the task list that contains the task that is to created or updated.

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

Property Value

String

Platform::String

winrt::hstring

The ID of the task list that contains the task that is to created or updated.

Applies to