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

On this page
    SshPassword Property
    On this page
    Gets or sets user password on SSH server.
    Syntax
    'Declaration
     
    Public Property SshPassword As String
    public string SshPassword {get; set;}

    Property Value

    User password on SSH server.
    See Also