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

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

    Property Value

    User id on SSH server.
    See Also