Share via


ODataMessageQuotas.MaxReceivedMessageSize Property

Gets or sets the maximum number of bytes that should be read from the message.

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

Syntax

'Declaration
Public Property MaxReceivedMessageSize As Long 
    Get 
    Set
'Usage
Dim instance As ODataMessageQuotas 
Dim value As Long 

value = instance.MaxReceivedMessageSize

instance.MaxReceivedMessageSize = value
public long MaxReceivedMessageSize { get; set; }
public:
property long long MaxReceivedMessageSize {
    long long get ();
    void set (long long value);
}
member MaxReceivedMessageSize : int64 with get, set
function get MaxReceivedMessageSize () : long 
function set MaxReceivedMessageSize (value : long)

Property Value

Type: System.Int64
The maximum number of bytes that should be read from the message.

See Also

Reference

ODataMessageQuotas Class

Microsoft.Data.OData Namespace