Share via


IVsDataConnectionDialog.ChangeSourceTitle Property

Definition

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

public:
 property System::String ^ ChangeSourceTitle { System::String ^ get(); void set(System::String ^ value); };
public string ChangeSourceTitle { get; set; }
member this.ChangeSourceTitle : string with get, set
Public Property ChangeSourceTitle As String

Property Value

The string literal value for the dialog box title.

Applies to