Share via


DataConnectionDialog.Title Property

Retrieves or sets the string representing text shown on the connection dialog box title bar.

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

Syntax

'Declaration
Public MustOverride Property Title As String
public abstract string Title { get; set; }
public:
virtual property String^ Title {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract Title : string with get, set
abstract function get Title () : String 
abstract function set Title (value : String)

Property Value

Type: System.String
Returns the string representing the text shown in the title bar of the dialog box.

Remarks

Since the data connection dialog box can be used in many contexts, this property allows the client to specify a dialog title that more closely matches their current context. The default value is the string "Connection Properties."

.NET Framework Security

See Also

Reference

DataConnectionDialog Class

Microsoft.VisualStudio.Data Namespace