dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / SshPassword Property

In This Topic
    SshPassword Property
    In This Topic
    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