QuickStartGroup.BetaProducts 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 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.