Gets or sets the value to encode.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 3.0.2000.0 (3.0.2000.0)

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