Proprietà ODataMessageQuotas.MaxNestingDepth
Ottiene o imposta la profondità massima di annidamento consentita durante la lettura o la scrittura di payload ricorsivi.
Spazio dei nomi Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Property MaxNestingDepth As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Int32
Profondità massima di annidamento consentita durante la lettura o la scrittura di payload ricorsivi.