UserDataTaskListSkipOccurrenceRequest.TaskListId Property

Definition

Gets the ID of the task list that contains the task to be skipped.

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

Property Value

String

Platform::String

winrt::hstring

The ID of the task list that contains the task to be skipped.

Applies to