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

Syntax

C#
public CBatch Batch { get; set; }
Visual Basic (Declaration)
Public Property Batch As CBatch
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