DownloadOperation.TransferGroup Property

Definition

Gets the group that this download operation belongs to.

public:
 property BackgroundTransferGroup ^ TransferGroup { BackgroundTransferGroup ^ get(); };
BackgroundTransferGroup TransferGroup();
public BackgroundTransferGroup TransferGroup { get; }
var backgroundTransferGroup = downloadOperation.transferGroup;
Public ReadOnly Property TransferGroup As BackgroundTransferGroup

Property Value

The transfer group.

Applies to

See also