ProductManager.QuickStartGroups 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 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.