BrowseServersForm.ServerType Property

Gets or sets the server type for the instance of the server.

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

Syntax

'Declaration
Public Property ServerType As Guid
    Get
    Set
'Usage
Dim instance As BrowseServersForm
Dim value As Guid

value = instance.ServerType

instance.ServerType = value
public Guid ServerType { get; set; }
public:
property Guid ServerType {
    Guid get ();
    void set (Guid value);
}
member ServerType : Guid with get, set
function get ServerType () : Guid
function set ServerType (value : Guid)

Property Value

Type: System.Guid
A value that represents the server type for the instance of the server.