Share via


DataConnectionDialog.HeaderLabel Property

Definition

Retrieves or sets a summary description that appears at the head of the Data Connection dialog box.

public:
 abstract property System::String ^ HeaderLabel { System::String ^ get(); void set(System::String ^ value); };
public abstract string HeaderLabel { get; set; }
member this.HeaderLabel : string with get, set
Public MustOverride Property HeaderLabel As String

Property Value

Returns the string literal value of the dialog box header label, or returns null if no value is set.

Applies to