DataConnectionDialog.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.
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.