Gets or sets the value to encode.

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)

Syntax

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

See Also