IVsDataConnectionDialog.HeaderLabel 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 that appears in the header of the Add Connection dialog box.
public:
property System::String ^ HeaderLabel { System::String ^ get(); void set(System::String ^ value); };
public string HeaderLabel { get; set; }
member this.HeaderLabel : string with get, set
Public Property HeaderLabel As String
Property Value
The string literal value of the dialog box header label, or null if no value is set.