Dijeli putem


ParentShipment Property

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

Gets the parent shipment that the current instance is associated with.

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 ShippingDiscountRecord
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
The parent Shipment the current instance is associated with.

Remarks

Returns the parent shipment that the current instance is associated with.

Permissions

See Also

Reference

ShippingDiscountRecord Class

ShippingDiscountRecord Members

Microsoft.CommerceServer.Runtime.Orders Namespace