ShippingMethodManager Property

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

Gets an instance of ShippingMethodManager.

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

Syntax

'Declaration
Public ReadOnly Property ShippingMethodManager As ShippingMethodManager
'Usage
Dim instance As OrderManagementContext
Dim value As ShippingMethodManager

value = instance.ShippingMethodManager
public ShippingMethodManager ShippingMethodManager { get; }
public:
property ShippingMethodManager^ ShippingMethodManager {
    ShippingMethodManager^ get ();
}
public function get ShippingMethodManager () : ShippingMethodManager

Property Value

Type: Microsoft.CommerceServer.Orders..::.ShippingMethodManager
An instance of ShippingMethodManager.

Remarks

The ShippingMethodManager provides data management operation for the shipping method. The ShippingMethodManager manages shipping methods for a Microsoft Commerce Server site.

Permissions

See Also

Reference

OrderManagementContext Class

OrderManagementContext Members

Microsoft.CommerceServer.Orders Namespace