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

In This Topic
    Password Property (SshOptions)
    In This Topic
    Gets or sets user password on SSH server.
    Syntax
    'Declaration
     
    Public Property Password As String
    public string Password {get; set;}

    Property Value

    User password on SSH server.
    See Also