Share via


MaxLimit Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the maximum limit that of a shipping rate for an order.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public Property MaxLimit As Double
'Usage
Dim instance As ShippingRatesDataSet..::.ShippingRatesRow
Dim value As Double

value = instance.MaxLimit

instance.MaxLimit = value
public double MaxLimit { get; set; }
public:
property double MaxLimit {
    double get ();
    void set (double value);
}
public function get MaxLimit () : double
public function set MaxLimit (value : double)

Property Value

Type: System..::.Double
The maximum limit

Remarks

Stores the maximum limit of a shipping rate. The value is stored in the MaxLimitColumn.

Permissions

See Also

Reference

ShippingRatesDataSet..::.ShippingRatesRow Class

ShippingRatesDataSet..::.ShippingRatesRow Members

Microsoft.CommerceServer.Orders Namespace