BackgroundTaskRegistration.Name Property

Definition

Gets the name of a registered background task.

public:
 property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = backgroundTaskRegistration.name;
Public ReadOnly Property Name As String

Property Value

String

Platform::String

winrt::hstring

The description specified with BackgroundTaskBuilder.Name when the task was created.

Implements

Applies to