ODataMessageReaderSettings.ShouldIncludeAnnotation Property
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.
Func to evaluate whether an annotation should be read or skipped by the reader. The func should return true if the annotation should be read and false if the annotation should be skipped. A null value indicates that all annotations should be skipped.
public Func<string,bool> ShouldIncludeAnnotation { get; set; }
member this.ShouldIncludeAnnotation : Func<string, bool> with get, set
Public Property ShouldIncludeAnnotation As Func(Of String, Boolean)