Partager via


BackgroundDownloader.TransferGroup Propriété

Définition

Obtient ou définit le groupe auquel appartiendra une opération de téléchargement.

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

Valeur de propriété

Groupe à associer au téléchargement.

S’applique à

Voir aussi