Gets or sets a flag to control whether batch control fields (count and amount) are updated when a gift is saved. The default value is false.

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

Syntax

C#
public bool UpdateBatchControlTotals { get; set; }
Visual Basic (Declaration)
Public Property UpdateBatchControlTotals As Boolean
Visual C++
public:
property bool UpdateBatchControlTotals {
	bool get ();
	void set (bool value);
}

See Also