IVsDataConnectionDialog.ChooseSourceHeaderLabel 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 text of the description that appears on the header of the Choose Data Source dialog box when it appears before the Add Connection dialog box.
public:
property System::String ^ ChooseSourceHeaderLabel { System::String ^ get(); void set(System::String ^ value); };
public string ChooseSourceHeaderLabel { get; set; }
member this.ChooseSourceHeaderLabel : string with get, set
Public Property ChooseSourceHeaderLabel As String
Property Value
The string literal value of the header text.