Barcode number. Separate supplement with ',' char.

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

Syntax

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

See Also