WizardFramework.LastPage Property

Definition

Gets the last page.

public:
 property Microsoft::SqlServer::Management::SqlWizardFramework::Page ^ LastPage { Microsoft::SqlServer::Management::SqlWizardFramework::Page ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Management.SqlWizardFramework.Page LastPage { get; }
[<System.ComponentModel.Browsable(false)>]
member this.LastPage : Microsoft.SqlServer.Management.SqlWizardFramework.Page
Public ReadOnly Property LastPage As Page

Property Value

A Page object that represents the last page.

Attributes

Applies to