Share via


IVsDataConnectionDialog.ChooseSourceTitle Property

Gets or sets the title of the Choose Data Source dialog box when it appears before the Add Connection dialog box.

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

Syntax

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

Property Value

Type: System.String
The string literal text value.

Remarks

The default value is "Choose Data Source".

.NET Framework Security

See Also

Reference

IVsDataConnectionDialog Interface

Microsoft.VisualStudio.Data.Services Namespace