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