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 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
- 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.