Share via


ODataPreferenceHeader.ContinueOnError Property

Definition

Property to get and set the "odata.continue-on-error" preference to the "Prefer" header on the underlying IODataRequestMessage or the "Preference-Applied" header on the underlying IODataResponseMessage. Setting true sets the "odata.continue-on-error" preference. Setting false clears the "odata.continue-on-error" preference. Returns true of the "odata.continue-on-error" preference is on the header. Otherwise returns false if the "odata.continue-on-error" is not on the header.

public bool ContinueOnError { get; set; }
member this.ContinueOnError : bool with get, set
Public Property ContinueOnError As Boolean

Property Value

Applies to