BackgroundDownloader.TransferGroup Property

Definition

Gets or sets the group that a download operation will belong to.

public:
 property BackgroundTransferGroup ^ TransferGroup { BackgroundTransferGroup ^ get(); void set(BackgroundTransferGroup ^ value); };
BackgroundTransferGroup TransferGroup();

void TransferGroup(BackgroundTransferGroup value);
public BackgroundTransferGroup TransferGroup { get; set; }
var backgroundTransferGroup = backgroundDownloader.transferGroup;
backgroundDownloader.transferGroup = backgroundTransferGroup;
Public Property TransferGroup As BackgroundTransferGroup

Property Value

The group to associate with the download.

Applies to

See also