Share via


IndexOf Method

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

Returns the index of the Shipment with the specified identifier.

Overload List

  Name Description
Aa530615.pubmethod(en-US,CS.70).gif IndexOf(Guid) Returns the index of the Shipment with the specified shipment identifier.
Aa530615.pubmethod(en-US,CS.70).gif IndexOf(Shipment) Returns the index of the Shipment with the specified shipment.

Top

Remarks

Searches for the specified Shipment and returns the zero-based index of the first occurrence within the entire ShipmentCollection. Returns -1 if the specified object is not found.

See Also

Reference

ShipmentCollection Class

ShipmentCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace