Share via


TargetUpdateProductPriceLevel.ProductPriceLevel Field

banner art

Specifies the product price level (price list item) entity.

Syntax

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

Remarks

To update fields in a product price level (price list item), create an instance of the productpricelevel class and set the fields that you wish to update. Only those fields that are set will be updated in the database.

See Also

© 2007 Microsoft Corporation. All rights reserved.