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()
 

Property Value

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