Dijeli putem


Remove Method (Int32)

Removes the specified ShippingDiscountRecord from the collection.

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

Syntax

'Declaration
Public Sub Remove ( _
    index As Integer _
)
'Usage
Dim instance As ShippingDiscountCollection
Dim index As Integer

instance.Remove(index)
public void Remove(
    int index
)
public:
void Remove(
    int index
)
public function Remove(
    index : int
)

Parameters

Remarks

Removes the specified ShippingDiscountRecord from the collection.

Successfully calling Remove updates LastModified.

Permissions

See Also

Reference

ShippingDiscountCollection Class

ShippingDiscountCollection Members

Remove Overload

Microsoft.CommerceServer.Runtime.Orders Namespace