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



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

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
<DartDescriptionAttribute("The label used to identify minutes for all time unit labels. The default is 'min.'.")>
<DefaultValueAttribute()>
Public Property MinuteUnitLabel As String
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As String
 
instance.MinuteUnitLabel = value
 
value = instance.MinuteUnitLabel
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DartDescriptionAttribute("The label used to identify minutes for all time unit labels. The default is 'min.'.")]
[DefaultValueAttribute()]
public string MinuteUnitLabel {get; set;}
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DartDescriptionAttribute("The label used to identify minutes for all time unit labels. The default is 'min.'.")]
[DefaultValueAttribute()]
public:
property String^ MinuteUnitLabel {
   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.