Share via


Pillar.Groups Property

Definition

Gets a read-only collection of groups associated to the pillar.

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

Property Value

A generic ReadOnlyCollection of Group objects associated with the current pillar.

Applies to