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