Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the string representing the text shown in the connection dialog box title bar.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Property Title As String
'Usage
Dim instance As IVsDataConnectionDialog
Dim value As String
value = instance.Title
instance.Title = value
string Title { get; set; }
property String^ Title {
String^ get ();
void set (String^ value);
}
function get Title () : String
function set Title (value : String)
Property Value
Type: System.String
The string representing the text shown in the title bar of the dialog box.
Remarks
Because the Add Connection dialog box can be used in many contexts, this property allows the client to specify a dialog box title that more closely matches the current context. The default value is the string "Connection Properties".
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataConnectionDialog Interface