Share via


ReviseQuoteRequest.QuoteId Field

banner art

Specifies the ID of the original quote.

Syntax

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

Remarks

The QuoteId parameter corresponds to the quote.quoteid field, which is the primary key for the quote entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.