IVsDataConnectionDialog.ChangeSourceTitle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.