Barcode number. Separate supplement with ',' char.

Namespace:  Lesnikowski.Barcode
Assembly:  Barcode (in Barcode.dll) Version: 1.0.5.40002

Syntax

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

See Also