AddProductToKitRequest Class (CrmService)

banner art

[Applies to: Microsoft Dynamics CRM 4.0]

Find the latest SDK documentation: CRM 2015 SDK

Contains the parameters needed to add a product to a kit.

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

Constructor Description
AddProductToKitRequest Initializes a new instance of the AddProductToKitRequest class.
Property Description
KitId Gets or sets the ID of the kit.
ProductId Gets or sets the ID of the product.

Remarks

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

Requirements

Web service: CrmService

See Also

Reference

© 2010 Microsoft Corporation. All rights reserved.