SqlWizardFramework.CaptionPrefix Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the text that is used to prefix the window title of the wizard.

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

Syntax

public string CaptionPrefix { get; set; }
public:
property String^ CaptionPrefix {
    String^ get();
    void set(String^ value);
}
member CaptionPrefix : string with get, set
Public Property CaptionPrefix As String

Property Value

Type: System.String

The text that is used to prefix the window title of the wizard.

See Also

SqlWizardFramework Class
Microsoft.SqlServer.Management.SqlWizardFramework Namespace

Return to top