WizardFramework.CurrentPage Property

Definition

Gets the current page.

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

Property Value

A Page object that represents the current page.

Attributes

Applies to