ShippingRates Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a table containing the shipping rates values.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ShippingRates As ShippingRatesDataSet..::.ShippingRatesDataTable
'Usage
Dim instance As ShippingRatesDataSet
Dim value As ShippingRatesDataSet..::.ShippingRatesDataTable
value = instance.ShippingRates
[BrowsableAttribute(false)]
public ShippingRatesDataSet..::.ShippingRatesDataTable ShippingRates { get; }
[BrowsableAttribute(false)]
public:
property ShippingRatesDataSet..::.ShippingRatesDataTable^ ShippingRates {
ShippingRatesDataSet..::.ShippingRatesDataTable^ get ();
}
public function get ShippingRates () : ShippingRatesDataSet..::.ShippingRatesDataTable
Property Value
Type: Microsoft.CommerceServer.Orders..::.ShippingRatesDataSet..::.ShippingRatesDataTable
A ShippingRatesDataSet..::.ShippingRatesDataTable containing the shipping rates.
Remarks
This property allows you to get to the shipping rate values within the ShippingRatesDataSet..::.ShippingRatesDataTable. contained within the ShippingRatesDataSet.
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.