Share via


UserDataTask.ListId Property

Definition

Gets the unique identifier for the task list associated with the task.

public:
 property Platform::String ^ ListId { Platform::String ^ get(); };
winrt::hstring ListId();
public string ListId { get; }
var string = userDataTask.listId;
Public ReadOnly Property ListId As String

Property Value

String

Platform::String

winrt::hstring

The unique identifier for the task list associated with the task.

Applies to