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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.