dotConnect for MySQL Documentation
Devart.Common Namespace / HttpOptions Class / Password Property

In This Topic
    Password Property (HttpOptions)
    In This Topic
    Gets or sets the password for HTTP authorization.
    Syntax
    'Declaration
     
    Public Property Password As String
    public string Password {get; set;}

    Property Value

    Password for HTTP authorization.
    See Also