Gets or sets the value to encode. Default value is "1234567890"

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)

Syntax

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

See Also