Share via


ParentShipment Property

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

Gets the Shipment to which the ShippingDiscountCollection belongs.

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

Syntax

'Declaration
Public ReadOnly Property ParentShipment As Shipment
'Usage
Dim instance As ShippingDiscountCollection
Dim value As Shipment

value = instance.ParentShipment
public Shipment ParentShipment { get; }
public:
property Shipment^ ParentShipment {
    Shipment^ get ();
}
public function get ParentShipment () : Shipment

Property Value

Type: Microsoft.CommerceServer.Runtime.Orders..::.Shipment
A Shipment describing the Shipment to which the current instance belongs.

Remarks

Gets the Shipment to which the ShippingDiscountCollection belongs.

ParentShipment is set when the current ShippingDiscountCollection is created.

Permissions

See Also

Reference

ShippingDiscountCollection Class

ShippingDiscountCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace