Product.Updates Property

Definition

Gets a read-only collection of products that represents updates to the current product.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Product ^> ^ Updates { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Product ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Product> Updates { get; }
member this.Updates : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Product>
Public ReadOnly Property Updates As ReadOnlyCollection(Of Product)

Property Value

A generic ReadOnlyCollection of Product objects.

Applies to