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