Share via


ODataInputContext.UseServerFormatBehavior Property

 

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

Syntax

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

Property Value

Type: System.Boolean

See Also

ODataInputContext Class
Microsoft.OData.Core Namespace

Return to top