다음을 통해 공유


ODataPreferenceHeader.ContinueOnError 속성

정의

기본 IODataRequestMessage의 "Prefer" 헤더 또는 기본 IODataResponseMessage의 "Preference-Applied" 헤더로 "odata.continue-on-error" 기본 설정을 가져오는 속성입니다. true를 설정하면 "odata.continue-on-error" 기본 설정이 설정됩니다. false를 설정하면 "odata.continue-on-error" 기본 설정이 지워지게 됩니다. 헤더에 있는 "odata.continue-on-error" 기본 설정의 true를 반환합니다. 그렇지 않으면 헤더에 "odata.continue-on-error"가 없으면 false를 반환합니다.

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

속성 값

적용 대상