DataConnectionDialog.ChangeDataSourceHeaderLabel Property

Definition

Retrieves or sets a summary description appearing on the Data Source dialog box header when the user clicks on the Change... button.

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

Property Value

Returns a string literal value represented on the dialog box header.

Applies to