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