Page.Title Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the title that is displayed on the header panel.

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

Syntax

[LocalizableAttribute(true)]
public virtual string Title { get; set; }
public:
[LocalizableAttribute(true)]
property String^ Title {
    virtual String^ get();
    virtual void set(String^ value);
}
[<LocalizableAttribute(true)>]
abstract Title : string with get, set
[<LocalizableAttribute(true)>]
override Title : string with get, set
<LocalizableAttribute(True)>
Public Overridable Property Title As String

Property Value

Type: System.String

The title that is displayed on the header panel.

See Also

Page Class
Microsoft.SqlServer.Management.SqlWizardFramework Namespace

Return to top