ShippingMethodTable Property

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

Gets the ShippingMethodDataSet..::.ShippingMethodDataTable table contained in the dataset.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ShippingMethodTable As ShippingMethodDataSet..::.ShippingMethodDataTable
'Usage
Dim instance As ShippingMethodDataSet
Dim value As ShippingMethodDataSet..::.ShippingMethodDataTable

value = instance.ShippingMethodTable
[BrowsableAttribute(false)]
public ShippingMethodDataSet..::.ShippingMethodDataTable ShippingMethodTable { get; }
[BrowsableAttribute(false)]
public:
property ShippingMethodDataSet..::.ShippingMethodDataTable^ ShippingMethodTable {
    ShippingMethodDataSet..::.ShippingMethodDataTable^ get ();
}
public function get ShippingMethodTable () : ShippingMethodDataSet..::.ShippingMethodDataTable

Property Value

Type: Microsoft.CommerceServer.Orders..::.ShippingMethodDataSet..::.ShippingMethodDataTable
A Data table with the Shipping methods.

Remarks

A strongly type ShippingMethodDataSet..::.ShippingMethodDataTable wrapper for the "PaymentMethodTable" table.

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Permissions

See Also

Reference

ShippingMethodDataSet Class

ShippingMethodDataSet Members

Microsoft.CommerceServer.Orders Namespace