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
- 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.
See Also
Reference
ShippingDiscountCollection Class