ODataMediaTypeFormatter.MessageWriterQuotas Property

 

Gets the ODataMessageQuotas that this formatter uses on the write side.

Namespace:   System.Web.Http.OData.Formatter
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public ODataMessageQuotas MessageWriterQuotas { get; }
public:
property ODataMessageQuotas^ MessageWriterQuotas {
    ODataMessageQuotas^ get();
}
member MessageWriterQuotas : ODataMessageQuotas with get
Public ReadOnly Property MessageWriterQuotas As ODataMessageQuotas

Property Value

Type: Microsoft.Data.OData.ODataMessageQuotas

See Also

ODataMediaTypeFormatter Class
System.Web.Http.OData.Formatter Namespace

Return to top