IVsDataConnectionDialog.ChangeSourceHeaderLabel 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 a summary description appearing on the Change Data Source dialog box header when the user clicks the Change button.
public:
property System::String ^ ChangeSourceHeaderLabel { System::String ^ get(); void set(System::String ^ value); };
public string ChangeSourceHeaderLabel { get; set; }
member this.ChangeSourceHeaderLabel : string with get, set
Public Property ChangeSourceHeaderLabel As String
Property Value
A string literal value represented on the dialog box header.