TargetUpdateQuoteDetail.QuoteDetail Field

banner art

Specifies the quote detail (quote product) entity.

Syntax

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

Remarks

To update fields in a quote detail (quote product), create an instance of the quotedetail 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.