ODataMessageQuotas.MaxOperationsPerChangeset Property

Gets or sets the maximum number of operations allowed in a single changeset.

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

Syntax

'Declaration
Public Property MaxOperationsPerChangeset As Integer 
    Get 
    Set
'Usage
Dim instance As ODataMessageQuotas 
Dim value As Integer 

value = instance.MaxOperationsPerChangeset

instance.MaxOperationsPerChangeset = value
public int MaxOperationsPerChangeset { get; set; }
public:
property int MaxOperationsPerChangeset {
    int get ();
    void set (int value);
}
member MaxOperationsPerChangeset : int with get, set
function get MaxOperationsPerChangeset () : int 
function set MaxOperationsPerChangeset (value : int)

Property Value

Type: System.Int32
The maximum number of operations allowed in a single changeset.

See Also

Reference

ODataMessageQuotas Class

Microsoft.Data.OData Namespace