dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAuthenticationPromptEventArgs Class / Responses Property

In This Topic
    Responses Property
    In This Topic
    Gets the array of strings, which should be filled in the PgSqlConnection.AuthenticationPrompt event handler according to the Prompts array. Each Responds string corresponds to the Prompts string.
    Syntax
    'Declaration
     
    Public ReadOnly Property Responses As String()
    public string[] Responses {get;}

    Property Value

    The array of strings, which should be filled in the PgSqlConnection.AuthenticationPrompt event handler according to the Prompts array.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also