ShippingMethods Property

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

Gets the ShippingMethodCollection collection containing all shipping methods.

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

Syntax

'Declaration
Public ReadOnly Property ShippingMethods As ShippingMethodCollection
'Usage
Dim instance As ShippingMethodManager
Dim value As ShippingMethodCollection

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

Property Value

Type: Microsoft.CommerceServer.Orders..::.ShippingMethodCollection
The ShippingMethodCollection containing all shipping methods.

Remarks

Returns the ShippingMethodCollection collection containing all shipping methods.

Permissions

See Also

Reference

ShippingMethodManager Class

ShippingMethodManager Members

Microsoft.CommerceServer.Orders Namespace