PillarTab.Pillars Property

Definition

Gets a read-only collection of pillars for the current tab.

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

Property Value

A generic ReadOnlyCollection of Pillar objects for the current tab.

Applies to