Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the maximum depth of nesting allowed when reading or writing recursive payloads.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property MaxNestingDepth As Integer
Get
Set
'Usage
Dim instance As ODataMessageQuotas
Dim value As Integer
value = instance.MaxNestingDepth
instance.MaxNestingDepth = value
public int MaxNestingDepth { get; set; }
public:
property int MaxNestingDepth {
int get ();
void set (int value);
}
member MaxNestingDepth : int with get, set
function get MaxNestingDepth () : int
function set MaxNestingDepth (value : int)
Property Value
Type: System.Int32
The maximum depth of nesting allowed when reading or writing recursive payloads.