IBackgroundTaskRegistration3.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 = iBackgroundTaskRegistration3.taskGroup;
Public ReadOnly Property TaskGroup As BackgroundTaskRegistrationGroup

Property Value

The BackgroundTaskRegistrationGroup that this BackgroundTaskRegistration is a part of.

Applies to