Gets or sets the batch number for this CBatch object.

Namespace: Asi.iBO.Financials
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);
}

Remarks

If an attempt is made to set this with a value longer than 15 characters, or when the System_Params setting of AR_Control.UseBatches is not set to OperatorAssignedNumbers, an error is generated.

See Also