Share via


QuickStartGroup.BetaProducts Property

Definition

Gets a read-only collection of product objects.

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

Property Value

A generic ReadOnlyCollection of Product objects.

Applies to