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); } |
Target Platforms: Microsoft .NET Framework 2.0