Share via


RemoveSubstituteProductRequest.ProductId Field

banner art

Specifies the ID of the product.

Syntax

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

Remarks

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

See Also

© 2007 Microsoft Corporation. All rights reserved.