Delen via


ODataSimplifiedOptions.EnableReadingODataAnnotationWithoutPrefix Property

Definition

True if can read reserved annotation name without prefix 'odata.', otherwise false. The default value is false for OData 4.0 and true for OData 4.01. The option is applied during deserialization.

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

Property Value

Applies to