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



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

Syntax

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