dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / SshOptions Class / Host Property

In This Topic
    Host Property (SshOptions)
    In This Topic
    Gets or sets name or ip address of SSH server.
    Syntax
    'Declaration
     
    Public Property Host As String
    public string Host {get; set;}

    Property Value

    Name or ip address of SSH server.
    See Also