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



Gets or sets the "File Count" label on the ProgressPanel.

Syntax

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