UserDataTask.ListId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The unique identifier for the task list associated with the task.