| Visual Basic (Declaration) | |
|---|---|
<DartDescriptionAttribute("Label which identifies the estimated time remaining for an upload operation.")> <DefaultValueAttribute()> <NotifyParentPropertyAttribute(True)> <CategoryAttribute("Appearance")> Public Property UploadTimeRemainingLabel As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ProgressPanel Dim value As String instance.UploadTimeRemainingLabel = value value = instance.UploadTimeRemainingLabel | |
| C# | |
|---|---|
[DartDescriptionAttribute("Label which identifies the estimated time remaining for an upload operation.")] [DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] [CategoryAttribute("Appearance")] public string UploadTimeRemainingLabel {get; set;} | |
| C++/CLI | |
|---|---|
[DartDescriptionAttribute("Label which identifies the estimated time remaining for an upload operation.")] [DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] [CategoryAttribute("Appearance")] public: property String^ UploadTimeRemainingLabel { String^ get(); void set ( String^ value); } | |
Target Platforms: Microsoft .NET Framework 2.0
Copy Code