dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlAuthenticationPrompEventArgs Class / Name Property

In This Topic
    Name Property (MySqlAuthenticationPrompEventArgs)
    In This Topic
    Gets the name of the authentication method.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    public string Name {get;}

    Property Value

    The name of the authentication method, for example, "CryptoCARD Authentication".
    Remarks
    Can be empty.
    See Also