共用方式為


UploadOperation.TransferGroup 屬性

定義

取得這個上傳作業所屬的群組。

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

屬性值

傳輸群組。

適用於

另請參閱