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