UserDataTaskList.Id Property

Definition

Gets the locally unique identifier for this UserDataTaskList.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = userDataTaskList.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

The locally unique identifier for this UserDataTaskList.

Applies to