ConnectionDialog.SetApplicationTitle(String) Method

Definition

Sets the application title for the connection dialog box.

public:
 static void SetApplicationTitle(System::String ^ appTitle);
public static void SetApplicationTitle (string appTitle);
static member SetApplicationTitle : string -> unit
Public Shared Sub SetApplicationTitle (appTitle As String)

Parameters

appTitle
String

The application title for the dialog box.

Applies to