Share via


ODataMessageReaderSettings.ShouldIncludeAnnotation Property

Definition

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)

Property Value

Applies to