Share via


ODataOutputContext.UseServerApiBehavior Property

 

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

protected internal bool UseServerApiBehavior { get; }
public protected:
property bool UseServerApiBehavior {
    bool get();
}
member UseServerApiBehavior : bool with get
Protected Friend ReadOnly Property UseServerApiBehavior As Boolean

Property Value

Type: System.Boolean

See Also

ODataOutputContext Class
Microsoft.OData.Core Namespace

Return to top