Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the ODataMessageQuotas that this formatter uses on the write side.
Namespace: System.Web.OData.Formatter
Assembly: System.Web.OData (in System.Web.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.OData.Core.ODataMessageQuotas
See Also
ODataMediaTypeFormatter Class
System.Web.OData.Formatter Namespace
Return to top