BackgroundTaskRegistration.TaskGroup Property

Definition

Gets the BackgroundTaskRegistrationGroup that this BackgroundTaskRegistration is a part of.

public:
 property BackgroundTaskRegistrationGroup ^ TaskGroup { BackgroundTaskRegistrationGroup ^ get(); };
BackgroundTaskRegistrationGroup TaskGroup();
public BackgroundTaskRegistrationGroup TaskGroup { get; }
var backgroundTaskRegistrationGroup = backgroundTaskRegistration.taskGroup;
Public ReadOnly Property TaskGroup As BackgroundTaskRegistrationGroup

Property Value

The BackgroundTaskRegistrationGroup that this BackgroundTaskRegistration is a part of.

Implements

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to