BackgroundUploader.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 or sets the group that an upload operation will belong to.
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
Property Value
The group to associate with the upload.