Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PageOptions Class / Username Property

In This Topic
    Username Property
    In This Topic
    Gets or sets the username for basic HTTP authentication.

    See https for more details.

    Syntax
    'Declaration
     
    Public Property Username As System.String
    public System.string Username {get; set;}
    See Also