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

In This Topic
Prompts Property
In This Topic
Gets an array of prompts for the fields, that should be filled in the Responses array.
Syntax
'Declaration
 
Public ReadOnly Property Prompts As String()
 

Property Value

An array of prompts or descriptions of the fields, that should be filled. For example, prompt may contain the string "Password: ".
See Also