Share via


RemoveSubstituteProductRequest.SubstituteId Field

banner art

Specifies the ID of the substitute product.

Syntax

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

Remarks

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

See Also

© 2007 Microsoft Corporation. All rights reserved.