StartupTask.TaskId Property

Definition

Gets the Id of the startup task.

public:
 property Platform::String ^ TaskId { Platform::String ^ get(); };
winrt::hstring TaskId();
public string TaskId { get; }
var string = startupTask.taskId;
Public ReadOnly Property TaskId As String

Property Value

String

Platform::String

winrt::hstring

The Id of the startup task.

Applies to