Gets or sets the number of the accounting system CBatch with which this COrder is associated.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

Field Value

The key to an existing open CBatch.

Remarks

The batch must already exist and must not yet be posted in order to be assigned; otherwise an error is reported.

See Also