Gets or sets the CBatch object with which this gift transaction is associated.

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

Syntax

C#
public CBatch Batch { get; set; }
Visual Basic
Public Property Batch As CBatch
	Get
	Set
Visual C++
public:
property CBatch^ Batch {
	CBatch^ get ();
	void set (CBatch^ value);
}

Field Value

The CBatch object with which this gift transaction is associated or null if no BatchNumber has been supplied.

Remarks

The CBatch must be open; otherwise an error is reported.

See Also