Share via


Remove Method

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

Removes the specified OrderAddress from the collection.

Overload List

  Name Description
Aa530560.pubmethod(en-US,CS.70).gif Remove(Int32) Removes the OrderAddress at the specified index from the current collection.
Aa530560.pubmethod(en-US,CS.70).gif Remove(String) Removes the OrderAddress from the current order address collection, based upon the specified name.
Aa530560.pubmethod(en-US,CS.70).gif Remove(OrderAddress) Removes the specified OrderAddress from the current order address collection.

Top

Remarks

Removes a specified OrderAddress from the collection. When a OrderAddress is removed from the collection, all subsequent OrderAddress objects move up one index in the collection and the collection count is decremented.

See Also

Reference

OrderAddressCollection Class

OrderAddressCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace