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