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