Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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
- 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.