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

ImageUploader.HoursText Property

Text for the hours unit in the progress dialog.

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

Syntax

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

Property Value

A string value that specifies a text for the hours unit in the progress dialog. As this string is inserted at the end of a sentence, you should specify it without capitalization.

Default value is "hours".

Remarks

This property corresponds to HoursText client-side property.

See Also

Reference