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



Gets or sets the "Speed" label on the ProgressPanel.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DartDescriptionAttribute("Label which identifies the upload speed.")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public Property UploadSpeedLabel As String
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As String
 
instance.UploadSpeedLabel = value
 
value = instance.UploadSpeedLabel
C# 
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Label which identifies the upload speed.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public string UploadSpeedLabel {get; set;}
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DartDescriptionAttribute("Label which identifies the upload speed.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public:
property String^ UploadSpeedLabel {
   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.