Gets or sets an arbitrary string value that can be used to store custom information about this item. Default is an empty string.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

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);
}

Property Value

Type: String

See Also