Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 849 Bytes

backgrounddownloader_group.md

File metadata and controls

25 lines (17 loc) · 849 Bytes
-api-id -api-type
P:Windows.Networking.BackgroundTransfer.BackgroundDownloader.Group
winrt property

Windows.Networking.BackgroundTransfer.BackgroundDownloader.Group

-description

Note

Group may be altered or unavailable for releases after Windows 8.1. Instead, use TransferGroup.

Gets or sets a string value (for example, a GUID) indicating the group the transfer will belong to. A download operation with a group ID will only appear in operation enumerations using GetCurrentDownloadsAsync(String) with the specific group string value.

-property-value

The group name.

-remarks

-examples

-see-also