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

ImageUploader.AuthenticationRequestDomainText Property

Text of the Domain label on the authentication dialog.

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

Syntax

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

Property Value

A string value that specifies the Domain label caption on the authentication dialog

Default value is "Domain:".

Remarks

This property corresponds to AuthenticationRequestDomainText client-side property.

See Also

Reference