Share via


IVsDataConnectionDialog.ChangeSourceHeaderLabel Property

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

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Property ChangeSourceHeaderLabel As String
string ChangeSourceHeaderLabel { get; set; }
property String^ ChangeSourceHeaderLabel {
    String^ get ();
    void set (String^ value);
}
abstract ChangeSourceHeaderLabel : string with get, set
function get ChangeSourceHeaderLabel () : String 
function set ChangeSourceHeaderLabel (value : String)

Property Value

Type: System.String
A string literal value represented on the dialog box header.

Remarks

Often it is useful to indicate to the user the purpose of a dialog box—that is, what information it is retrieving and why. This property allows you to set such header text based on the context in which you are calling the dialog box.

The default is no label.

.NET Framework Security

See Also

Reference

IVsDataConnectionDialog Interface

Microsoft.VisualStudio.Data.Services Namespace