BrowseServersForm.SelectedServerName Property

Gets the selected server name.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Public ReadOnly Property SelectedServerName As String
    Get
'Usage
Dim instance As BrowseServersForm
Dim value As String

value = instance.SelectedServerName
public string SelectedServerName { get; }
public:
property String^ SelectedServerName {
    String^ get ();
}
member SelectedServerName : string
function get SelectedServerName () : String

Property Value

Type: System.String
A value that represents the selected server name.