IBackgroundTaskRegistration3.TaskGroup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.