Gets the value of Order_Control.MaxAutoFreightCharge in the System_Params table.

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

Syntax

C#
public decimal MaxAutoFreightCharge { get; }
Visual Basic
Public ReadOnly Property MaxAutoFreightCharge As Decimal
	Get
Visual C++
public:
property Decimal MaxAutoFreightCharge {
	Decimal get ();
}

See Also