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

'宣告
Public MustOverride Property Title As String
    Get
    Set
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