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

ImageUploader.AuthenticationRequestPasswordText Property

Text of the Password label on the authentication dialog.

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

Syntax

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

Property Value

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

Default value is "Password:".

Remarks

This property corresponds to AuthenticationRequestPasswordText client-side property.

See Also

Reference