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 | |
---|---|---|
Remove(Int32) | Removes the OrderAddress at the specified index from the current collection. | |
Remove(String) | Removes the OrderAddress from the current order address collection, based upon the specified name. | |
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.