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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ShippingRatesDataSet..::.ShippingRatesRow Class