PowerWEB File Upload for ASP.NET
UploadTimeRemainingLabel Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > ProgressPanel Class : UploadTimeRemainingLabel Property



Gets or sets the "Time Remaining" label on the ProgressPanel.

Syntax

Visual Basic (Declaration) 
<DartDescriptionAttribute("Label which identifies the estimated time remaining for an upload operation.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
Public Property UploadTimeRemainingLabel As String
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As String
 
instance.UploadTimeRemainingLabel = value
 
value = instance.UploadTimeRemainingLabel
C# 
[DartDescriptionAttribute("Label which identifies the estimated time remaining for an upload operation.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public string UploadTimeRemainingLabel {get; set;}
C++/CLI 
[DartDescriptionAttribute("Label which identifies the estimated time remaining for an upload operation.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public:
property String^ UploadTimeRemainingLabel {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.