BackgroundTransferCompletionGroupTriggerDetails.Uploads Property

Definition

Gets the list of UploadOperation objects associated with the BackgroundTransferCompletionGroup.

public:
 property IVectorView<UploadOperation ^> ^ Uploads { IVectorView<UploadOperation ^> ^ get(); };
IVectorView<UploadOperation> Uploads();
public IReadOnlyList<UploadOperation> Uploads { get; }
var iVectorView = backgroundTransferCompletionGroupTriggerDetails.uploads;
Public ReadOnly Property Uploads As IReadOnlyList(Of UploadOperation)

Property Value

The list of UploadOperation objects associated with the BackgroundTransferCompletionGroup.

Applies to

See also