Gets or sets the custom tag defined for upload control instance.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)
Syntax
C# |
---|
public string Tag { get; set; } |
Visual Basic |
---|
Public Property Tag As String Get Set |
Visual C++ |
---|
public: property String^ Tag { String^ get (); void set (String^ value); } |