Share via


DataConnectionDialog.ChangeDataSourceTitle Property

Retrieves or sets the title of the Data Source dialog box, which can be shown when the user clicks the Changeā€¦ button.

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

Syntax

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

Property Value

Type: System.String
Returns the string literal value for the dialog box title.

Remarks

The default value is "Change Data Source".

.NET Framework Security

See Also

Reference

DataConnectionDialog Class

Microsoft.VisualStudio.Data Namespace