dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / SshHost Property

On this page
    SshHost Property
    On this page
    Gets or sets name or ip address of SSH server.
    Syntax
    'Declaration
     
    Public Property SshHost As String
    public string SshHost {get; set;}

    Property Value

    Name or ip address of SSH server.
    See Also