BackgroundTaskBuilder.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 and sets the group identifier so a background task registration can be maintained separately.
public:
property BackgroundTaskRegistrationGroup ^ TaskGroup { BackgroundTaskRegistrationGroup ^ get(); void set(BackgroundTaskRegistrationGroup ^ value); };
BackgroundTaskRegistrationGroup TaskGroup();
void TaskGroup(BackgroundTaskRegistrationGroup value);
public BackgroundTaskRegistrationGroup TaskGroup { get; set; }
var backgroundTaskRegistrationGroup = backgroundTaskBuilder.taskGroup;
backgroundTaskBuilder.taskGroup = backgroundTaskRegistrationGroup;
Public Property TaskGroup As BackgroundTaskRegistrationGroup
Property Value
A BackgroundTaskRegistrationGroup representing the group identifier for the task.