Share via


RemoveProductFromKitRequest.KitId Field

banner art

Specifies the ID of the kit from which the product is to be removed.

Syntax

[Visual Basic .NET]
Public Field KitId As Guid
[C#]
public Guid KitId;
[JScript]
public var KitId : Guid;

Remarks

The KitId field corresponds to the product.productid field, which is the primary key for the product entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.