共用方式為


BackgroundUploader.TransferGroup 屬性

定義

取得或設定上傳作業所屬的群組。

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

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

屬性值

要與上傳相關聯的群組。

適用於