Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the strongly typed ShippingRatesDataSet containing shipping rates for the current shipping method.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property ShippingRates As ShippingRatesDataSet
'Usage
Dim instance As ShippingMethod
Dim value As ShippingRatesDataSet
value = instance.ShippingRates
public ShippingRatesDataSet ShippingRates { get; }
public:
property ShippingRatesDataSet^ ShippingRates {
ShippingRatesDataSet^ get ();
}
public function get ShippingRates () : ShippingRatesDataSet
Property Value
Type: Microsoft.CommerceServer.Orders..::.ShippingRatesDataSet
A ShippingRatesDataSet containing all shipping rates for the current shipping method.
Remarks
The database table named ShippingRates contains 2 columns named MaxLimit and Price.
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.