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

ImageUploader.MessageCannotConnectToInternetText Property

Text of the error message which states that Image Uploader failed to connect to the Internet.

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

Syntax

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

Property Value

A string value that specifies a text of the error message which states that Image Uploader failed to connect to the Internet. To disable this message, set it to an empty string.

Default value is "The attempt to connect to the Internet has failed.".

Remarks

This property corresponds to MessageCannotConnectToInternetText client-side property.

See Also

Reference