RemoveSubstituteProductRequest Class

banner art

Specifies the parameters needed to remove the association between a product and a substitute product.

The RemoveSubstituteProductRequest class inherits from Request. It exposes the following members.

Constructor Description
RemoveSubstituteProductRequest Initializes a new instance of the RemoveSubstituteProductRequest class.
Field Description
ProductId Specifies the ID of the product.
SubstituteId Specifies the ID of the substitute product.

Remarks

Pass an instance of this class as the request parameter in the Execute method.

See Also

© 2007 Microsoft Corporation. All rights reserved.