Share via


Shipments Property

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

Gets the shipment collection associated with the current instance.

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

Syntax

'Declaration
Public ReadOnly Property Shipments As ShipmentCollection
'Usage
Dim instance As OrderForm
Dim value As ShipmentCollection

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

Property Value

Type: Microsoft.CommerceServer.Runtime.Orders..::.ShipmentCollection
The ShipmentCollection associated with the current instance.

Remarks

Returns the shipment collection associated with the current instance. Shipments is recalculated during execution of the pipeline.

Permissions

See Also

Reference

OrderForm Class

OrderForm Members

Microsoft.CommerceServer.Runtime.Orders Namespace