ODataPreferenceHeader.Clear(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears the preference
from the "Prefer" header on the underlying IODataRequestMessage or
the "Preference-Applied" header on the underlying IODataResponseMessage.
protected void Clear (string preference);
member this.Clear : string -> unit
Protected Sub Clear (preference As String)
Parameters
- preference
- String
The preference to clear.