Share via


DataConnectionDialog.ChooseDataSourceTitle Property

Retrieves or sets the title of the Data Source dialog box when it appears before the Data Connection dialog box.

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

Syntax

'Declaration
Public MustOverride Property ChooseDataSourceTitle As String
public abstract string ChooseDataSourceTitle { get; set; }
public:
virtual property String^ ChooseDataSourceTitle {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract ChooseDataSourceTitle : string with get, set
abstract function get ChooseDataSourceTitle () : String 
abstract function set ChooseDataSourceTitle (value : String)

Property Value

Type: System.String
Returns the string literal text value

Remarks

The default value is "Choose Data Source".

.NET Framework Security

See Also

Reference

DataConnectionDialog Class

Microsoft.VisualStudio.Data Namespace