Share via


IVsDataConnectionDialog.HeaderLabel Property

Definition

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.

Applies to