StorePackageUpdateResult.StorePackageUpdateStatuses Property

Definition

Gets info about the status of each of the package updates that are associated with the completed request.

public:
 property IVectorView<StorePackageUpdateStatus> ^ StorePackageUpdateStatuses { IVectorView<StorePackageUpdateStatus> ^ get(); };
IVectorView<StorePackageUpdateStatus> StorePackageUpdateStatuses();
public IReadOnlyList<StorePackageUpdateStatus> StorePackageUpdateStatuses { get; }
var iVectorView = storePackageUpdateResult.storePackageUpdateStatuses;
Public ReadOnly Property StorePackageUpdateStatuses As IReadOnlyList(Of StorePackageUpdateStatus)

Property Value

A collection of StorePackageUpdateStatus objects that provide info about the status of each package update that is associated with the completed request.

Applies to