Share via


OrderGroupId Property

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

Gets the identifier of the grandparent order group to which the current shipment belongs.

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

Syntax

'Declaration
Public ReadOnly Property OrderGroupId As Guid
'Usage
Dim instance As Shipment
Dim value As Guid

value = instance.OrderGroupId
public Guid OrderGroupId { get; }
public:
property Guid OrderGroupId {
    Guid get ();
}
public function get OrderGroupId () : Guid

Property Value

Type: System..::.Guid
The identifier to the grandparent OrderGroup to which the current instance belongs.

Remarks

OrderGroupId is set when the current shipment is added to a collection.

Permissions

See Also

Reference

Shipment Class

Shipment Members

Microsoft.CommerceServer.Runtime.Orders Namespace