ConvertQuoteToSalesOrderRequest.QuoteCloseStatus Property

Definition

Gets or sets the status of the closed quote.

public:
 property Microsoft::Xrm::Sdk::OptionSetValue ^ QuoteCloseStatus { Microsoft::Xrm::Sdk::OptionSetValue ^ get(); void set(Microsoft::Xrm::Sdk::OptionSetValue ^ value); };
public Microsoft.Xrm.Sdk.OptionSetValue QuoteCloseStatus { get; set; }
member this.QuoteCloseStatus : Microsoft.Xrm.Sdk.OptionSetValue with get, set
Public Property QuoteCloseStatus As OptionSetValue

Property Value

The status of the quote that is closed.

Remarks

The Status property corresponds to the QuoteClose.StatusCode column. It is shown as Status Reason in model-driven apps. If you set the value of this property to -1, the system sets the appropriate corresponding status value.

Applies to