UserDataTaskListSyncManagerSyncRequest.TaskListId Property

Definition

Gets the ID of the task list to be synced.

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

Property Value

String

Platform::String

winrt::hstring

The ID of the task list to be synced.

Applies to