Share via


IVsDataConnectionDialog.Title Property

Gets or sets the string representing the text shown in the connection dialog box title bar.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Property Title As String
string Title { get; set; }
property String^ Title {
    String^ get ();
    void set (String^ value);
}
abstract Title : string with get, set
function get Title () : String 
function set Title (value : String)

Property Value

Type: System.String
The string representing the text shown in the title bar of the dialog box.

Remarks

Because the Add Connection dialog box can be used in many contexts, this property allows the client to specify a dialog box title that more closely matches the current context. The default value is the string "Connection Properties".

.NET Framework Security

See Also

Reference

IVsDataConnectionDialog Interface

Microsoft.VisualStudio.Data.Services Namespace