Gets or sets the custom tag defined for upload control instance.

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)

Syntax

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

Field Value

Custom tag defined for upload control instance.

See Also