dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / SshOptions Class / Host Property

On this page
    Host Property (SshOptions)
    On this page
    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