IndexOf Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns the index of the OrderAddress with the specified identifier.
Overload List
Name | Description | |
---|---|---|
IndexOf(String) | Returns the zero based index of the OrderAddress with the specified name. | |
IndexOf(OrderAddress) | Returns the zero based index of the specified OrderAddress. |
Top
Remarks
Searches for the specified OrderAddress and returns the zero-based index of the first occurrence within the entire OrderAddressCollection. Returns -1 if the specified object is not found.