Page.NavigationText Property

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets or sets the text that is displayed on the navigation panel. 

Namespace:  Microsoft.SqlServer.Management.SqlWizardFramework
Assembly:  Microsoft.SqlServer.Management.SqlWizardFramework (in Microsoft.SqlServer.Management.SqlWizardFramework.dll)

Syntax

'Declaration
Public Overridable Property NavigationText As String
    Get
    Set
'Usage
Dim instance As Page
Dim value As String

value = instance.NavigationText

instance.NavigationText = value
public virtual string NavigationText { get; set; }
public:
virtual property String^ NavigationText {
    String^ get ();
    void set (String^ value);
}
abstract NavigationText : string with get, set
override NavigationText : string with get, set
function get NavigationText () : String
function set NavigationText (value : String)

Property Value

Type: System.String
The text that is displayed on the navigation panel.