DownloadOperation.TransferGroup 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 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.