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()
    public string[] Prompts {get;}

    Property Value

    An array of prompts or descriptions of the fields, that should be filled. For example, prompt may contain the string "Password: ".
    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