TargetUpdateQuote.Quote Field
Specifies the quote entity.
Syntax
[Visual Basic .NET]
Public Field Quote As quote
[C#]
public quote Quote;
[JScript]
public var Quote : quote;
Remarks
To update fields in a quote, create an instance of the quote class and set the fields that you wish to update. Only those fields that are set will be updated in the database.
See Also