WizardFramework.Pages Property

Definition

Gets the list of pages in to the WizardFramework object.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::SqlServer::Management::SqlWizardFramework::Page ^> ^ Pages { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::SqlServer::Management::SqlWizardFramework::Page ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Management.SqlWizardFramework.Page> Pages { get; }
member this.Pages : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Management.SqlWizardFramework.Page>
Public ReadOnly Property Pages As ReadOnlyCollection(Of Page)

Property Value

A ReadOnlyCollection object that contains all the pages.

Applies to