Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the title of the Change Data Source dialog box, which can be shown when the user clicks the Change button.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Property ChangeSourceTitle As String
Get
Set
string ChangeSourceTitle { get; set; }
property String^ ChangeSourceTitle {
String^ get ();
void set (String^ value);
}
abstract ChangeSourceTitle : string with get, set
function get ChangeSourceTitle () : String
function set ChangeSourceTitle (value : String)
Property Value
Type: System.String
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.