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.3.0

Syntax

C#
public string BatchNumber { get; set; }
Visual Basic
Public Property BatchNumber As String
	Get
	Set
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