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
'Usage
Dim instance As DataConnectionDialog
Dim value As String
value = instance.ChooseDataSourceTitle
instance.ChooseDataSourceTitle = value
public abstract string ChooseDataSourceTitle { get; set; }
public:
virtual property String^ ChooseDataSourceTitle {
String^ get () abstract;
void set (String^ value) abstract;
}
public abstract function get ChooseDataSourceTitle () : String
public 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
- 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.