ProductManager.QuickStartGroups Property

Definition

Gets a collection of quick start groups.

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

Property Value

A read only collection of QuickStartGroup objects.

Applies to