ODataSimplifiedOptions.EnableWritingODataAnnotationWithoutPrefix 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.
Caution
Deprecated. Use Get/SetOmitODataPrefix()
True if control information should be written without the prefix 'odata.', otherwise false. The default value is false for OData 4.0, true for OData 4.01. The option is applied during serialization.
[System.Obsolete("Deprecated. Use Get/SetOmitODataPrefix()")]
public bool EnableWritingODataAnnotationWithoutPrefix { get; set; }
[<System.Obsolete("Deprecated. Use Get/SetOmitODataPrefix()")>]
member this.EnableWritingODataAnnotationWithoutPrefix : bool with get, set
Public Property EnableWritingODataAnnotationWithoutPrefix As Boolean
Property Value
- Attributes