Gets or sets an indicator of whether the current order should automatically calculate handling charges.

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

Syntax

C#
protected bool AutoCalculateHandlingFlag { get; set; }
Visual Basic (Declaration)
Protected Property AutoCalculateHandlingFlag As Boolean
Visual C++
protected:
property bool AutoCalculateHandlingFlag {
	bool get ();
	void set (bool value);
}

Field Value

True if handling charges should be calculated automatically; false if they will be set manually.

Remarks

This value may only be set to "true" if automatic calculation of handling is enabled at the system level.

See Also