Gets custom tag defined for upload control instance.

Namespace:  ElementIT.UltimateUploader
Assembly:  ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)

Syntax

C#
public string Tag { get; }
Visual Basic (Declaration)
Public ReadOnly Property Tag As String
Visual C++
public:
property String^ Tag {
	String^ get ();
}

Field Value

The custom tag defined for upload control instance.

See Also