This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.AuthenticationRequestLoginText Property

Text of the Login label on the authentication dialog.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property AuthenticationRequestLoginText As String
C#
public string AuthenticationRequestLoginText { get; set; }

Property Value

A string value that specifies the Login label caption on the authentication dialog.

Default value is "Login:".

Remarks

This property corresponds to AuthenticationRequestLoginText client-side property.

See Also

Reference